From dd343c911b3890c17193004c569d7d11e6a75b67 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sun, 19 Oct 2014 16:34:30 +0800 Subject: [PATCH] on_update_notification: no dry run --- scripts/on_update_notification | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/on_update_notification b/scripts/on_update_notification index 7735702..f17a879 100755 --- a/scripts/on_update_notification +++ b/scripts/on_update_notification @@ -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,