aboutsummaryrefslogtreecommitdiffstats
path: root/wsched.py
diff options
context:
space:
mode:
Diffstat (limited to 'wsched.py')
-rwxr-xr-xwsched.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsched.py b/wsched.py
index 8214bf0..4aa2f74 100755
--- a/wsched.py
+++ b/wsched.py
@@ -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
88defaults = { 89defaults = {