aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'elivepatch_client/client/argsparser.py')
-rw-r--r--elivepatch_client/client/argsparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/elivepatch_client/client/argsparser.py b/elivepatch_client/client/argsparser.py
index 0658237..5becc2b 100644
--- a/elivepatch_client/client/argsparser.py
+++ b/elivepatch_client/client/argsparser.py
@@ -44,7 +44,7 @@ class ArgsParser(object):
parser.add_argument("-k","--config", help="set kernel config file manually.")
parser.add_argument("-u","--url", help="set elivepatch server url.")
parser.add_argument("-d","--debug", action='store_true', help="set the debug option.")
- parser.add_argument("-v","--version", action='store_true', help="set the verbose option.")
+ parser.add_argument("-v","--version", action='store_true', help="show the version.")
self.args = parser.parse_args(remaining_argv)
def get_arg(self):