diff --git a/kotnetcli.py b/kotnetcli.py index 18e8911..a05468c 100755 --- a/kotnetcli.py +++ b/kotnetcli.py @@ -219,8 +219,8 @@ def argumentenParser(): action="store_true") parser.add_argument("-g", "--guest-mode",\ - help="Allows to log in as a different user without forgetting \ - the default credentials",\ + help="Logs you in as a different user without forgetting your \ + default credentials",\ action="store_true")