aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2017-06-30 18:44:04 +0900
committerAlice Ferrazzi <alicef@gentoo.org>2017-06-30 18:44:04 +0900
commit08700cf28bf4a0adbffc25bbba7828a18cb6eb07 (patch)
tree9d61acf42c0b6c9e92cea7b8445f616da5989657 /elivepatch_client
parentusing list of parameters instead of using split with popen (diff)
downloadelivepatch-08700cf28bf4a0adbffc25bbba7828a18cb6eb07.tar.gz
elivepatch-08700cf28bf4a0adbffc25bbba7828a18cb6eb07.tar.bz2
elivepatch-08700cf28bf4a0adbffc25bbba7828a18cb6eb07.zip
updated version help text
Diffstat (limited to 'elivepatch_client')
-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):