add author in help
This commit is contained in:
parent
6459d3d7a3
commit
da0b56e674
1
runon
1
runon
@ -154,6 +154,7 @@ def main():
|
|||||||
parser.description = 'run commands on any distribution'
|
parser.description = 'run commands on any distribution'
|
||||||
parser.add_argument('osname',
|
parser.add_argument('osname',
|
||||||
help = 'distribution name to run on')
|
help = 'distribution name to run on')
|
||||||
|
parser.epilog = '(c) 2021 Gilles Grandou <gilles@grandou.net>'
|
||||||
|
|
||||||
parser.add_argument('-v', '--verbose', action='store_true',
|
parser.add_argument('-v', '--verbose', action='store_true',
|
||||||
help='verbose output')
|
help='verbose output')
|
||||||
|
Loading…
Reference in New Issue
Block a user