mirror of
https://github.com/lilydjwg/archrepo2.git
synced 2025-03-10 12:02:43 +00:00
on_update_notification: no dry run
This commit is contained in:
parent
556d56d6b5
commit
dd343c911b
1 changed files with 0 additions and 2 deletions
|
@ -59,8 +59,6 @@ if __name__ == '__main__':
|
|||
description='run command on archrepo2 update notification',
|
||||
add_help=False,
|
||||
)
|
||||
parser.add_argument('-n', '--dry-run', action='store_true',
|
||||
help='dry run')
|
||||
parser.add_argument('-h', '--host', default='0.0.0.0',
|
||||
help='host to bind to. default: IPv4 wild address')
|
||||
parser.add_argument('-p', '--port', type=int, required=True,
|
||||
|
|
Loading…
Add table
Reference in a new issue