add author in help

This commit is contained in:
Gilles Grandou 2021-05-01 16:23:11 +02:00
parent 6459d3d7a3
commit da0b56e674
1 changed files with 1 additions and 0 deletions

1
runon
View File

@ -154,6 +154,7 @@ def main():
parser.description = 'run commands on any distribution'
parser.add_argument('osname',
help = 'distribution name to run on')
parser.epilog = '(c) 2021 Gilles Grandou <gilles@grandou.net>'
parser.add_argument('-v', '--verbose', action='store_true',
help='verbose output')