|
@@ -13,7 +13,7 @@ def parse_arguments():
|
|
'''
|
|
'''
|
|
parser = ArgumentParser()
|
|
parser = ArgumentParser()
|
|
parser.add_argument(
|
|
parser.add_argument(
|
|
- '--config',
|
|
|
|
|
|
+ '-c', '--config',
|
|
dest='config_filename',
|
|
dest='config_filename',
|
|
default='/etc/atticmatic/config',
|
|
default='/etc/atticmatic/config',
|
|
help='Configuration filename',
|
|
help='Configuration filename',
|
|
@@ -25,7 +25,7 @@ def parse_arguments():
|
|
help='Excludes filename',
|
|
help='Excludes filename',
|
|
)
|
|
)
|
|
parser.add_argument(
|
|
parser.add_argument(
|
|
- '--verbose',
|
|
|
|
|
|
+ '-v', '--verbose',
|
|
action='store_true',
|
|
action='store_true',
|
|
help='Display verbose progress information',
|
|
help='Display verbose progress information',
|
|
)
|
|
)
|