diff options
| -rwxr-xr-x | mat | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -22,7 +22,7 @@ def parse(): | |||
| 22 | The default behaviour is to clean files given in argument') | 22 | The default behaviour is to clean files given in argument') |
| 23 | options = optparse.OptionGroup(parser, 'Options') | 23 | options = optparse.OptionGroup(parser, 'Options') |
| 24 | options.add_option('--add2archive', '-a', action='store_true', | 24 | options.add_option('--add2archive', '-a', action='store_true', |
| 25 | default=False, help='Add to output archive non-supported filetypes') | 25 | default=False, help='Add to output archive non-supported filetypes (Off by default)') |
| 26 | options.add_option('--backup', '-b', action='store_true', default=False, | 26 | options.add_option('--backup', '-b', action='store_true', default=False, |
| 27 | help='Keep a backup copy') | 27 | help='Keep a backup copy') |
| 28 | options.add_option('--force', '-f', action='store_true', default=False, | 28 | options.add_option('--force', '-f', action='store_true', default=False, |
