remove option version

This commit is contained in:
Christophe Siraut 2020-03-09 14:44:02 +01:00
parent e5e8632cb1
commit f4ef1c603f
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ def main():
parser.add_argument('-e', '--enable',
action='store_true',
help='enable service (append it to machines.target.wants)'),
parser.add_argument('--version', action='version',
version='%(prog)s ' + str(dspawn.__version__))
parser.add_argument('-v', '--verbose',
action='store_true',
help='display debug messages'),