diff options
| author | jvoisin | 2014-01-17 20:27:58 +0000 |
|---|---|---|
| committer | jvoisin | 2014-01-17 20:27:58 +0000 |
| commit | 9987e610e928885792a0f9eb8025d971b3aeb82f (patch) | |
| tree | 8bb5e9c6d1b61acc1380174de1d1f1ea4fdbb63b | |
| parent | 064d2e80c18cd85bfa6c70306d5d6de5de25eda7 (diff) | |
Document the fact that --add2archive is off by default
| -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, |
