From 3c9b80ec801bb151e9669fd50c8e18be9cb16052 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Fri, 8 Apr 2022 14:52:49 -0400 Subject: [PATCH] Corrected copyright date in help menu --- bin/sshyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sshyp b/bin/sshyp index 031e196..ff1961a 100755 --- a/bin/sshyp +++ b/bin/sshyp @@ -166,7 +166,7 @@ def tweak(): # runs configuration wizard def print_info(): # prints help text based on argument if argument == 'help' or argument == '--help' or argument == '-h': - print('\nsshyp Copyright (C) 2021 Randall Winkhart') + print('\nsshyp Copyright (C) 2021-2022 Randall Winkhart') print("This is free software, and you are welcome to redistribute it under certain conditions;\nthis program " "comes with ABSOLUTELY NO WARRANTY;\ntype `sshyp license' for details.") print('\nUSAGE: sshyp [/] [OPTION] [FLAG]\n')