diff options
-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 = { |