diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-06-27 21:29:45 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-06-27 21:29:45 -0400 |
commit | 1c2e1bffd7fa66ad987d14c29e4b5842c035ae2d (patch) | |
tree | 9a02f656fb078a35af29c3328d5875789149cd1e /wsched.py | |
parent | 24e73890613bd905487847891379e0ecb32c7434 (diff) | |
parent | 68a8a52a44372869404ee0950ddb2c209b25a155 (diff) |
Merge branch 'master' into wip-bbb
Conflicts:
gnuplot.py
Diffstat (limited to 'wsched.py')
-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 = { |