From a1c61ce275df27fef65c75e68c705b2230b26e9b Mon Sep 17 00:00:00 2001 From: GijsTimmers Date: Wed, 26 Nov 2014 21:50:17 +0100 Subject: [PATCH] =?UTF-8?q?helptekst=20ge=C3=BCpdatet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kotnetcli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")