From 9e395e14d2bcf4ffc386dd6a1248f457474b1db8 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 12 Apr 2013 12:00:29 +0300 Subject: [PATCH] Remove unused/unsupported cmdline options Signed-off-by: Markus Lehtonen --- tools/updateinfo/create-update.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/updateinfo/create-update.py b/tools/updateinfo/create-update.py index 1255b5f..8c73655 100755 --- a/tools/updateinfo/create-update.py +++ b/tools/updateinfo/create-update.py @@ -21,11 +21,6 @@ def read_config(config_file): parser = OptionParser() parser.add_option('-U', '--updatesfile', metavar='UPDATES', help='master updates.xml file') -parser.add_option('-O', '--original', metavar='ORIGINAL', - help='Original and Old package directory') - -parser.add_option('-q', '--quiet', action='store_true', - help='do not show downloading progress') parser.add_option('-d', '--destdir', default='.', metavar='DIR', help='Directory where to store the updates.') parser.add_option('-p', '--patch', metavar='TEXT', -- 2.7.4