diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-04-10 13:20:04 -0400 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-04-10 13:20:04 -0400 |
| commit | 3dec38c73bceeb13f0ee6e19a04983c7c43d8106 (patch) | |
| tree | 02a7c4078eba1498591c8a38ef8459ca7b22b183 | |
| parent | 3754940bf865349a583fce2ad48acd9e31c8f3bb (diff) | |
Allow override of standard split tag.
To provide more meaningful file names.
| -rwxr-xr-x | wsched.py | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -83,6 +83,7 @@ options = [ | |||
| 83 | o(None, '--no-comments', action='store_true', dest='no_comments'), | 83 | o(None, '--no-comments', action='store_true', dest='no_comments'), |
| 84 | o('-w', '--col-width', action='store', type='int', dest='colwidth'), | 84 | o('-w', '--col-width', action='store', type='int', dest='colwidth'), |
| 85 | o(None, '--split', action='store_true', dest='want_split'), | 85 | o(None, '--split', action='store_true', dest='want_split'), |
| 86 | o('-f', '--key-format', action='store', dest='key_fmt'), | ||
| 86 | ] | 87 | ] |
| 87 | 88 | ||
| 88 | defaults = { | 89 | defaults = { |
