From 3dec38c73bceeb13f0ee6e19a04983c7c43d8106 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Sun, 10 Apr 2011 13:20:04 -0400 Subject: Allow override of standard split tag. To provide more meaningful file names. --- wsched.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wsched.py') diff --git a/wsched.py b/wsched.py index 8214bf0..4aa2f74 100755 --- a/wsched.py +++ b/wsched.py @@ -83,6 +83,7 @@ options = [ o(None, '--no-comments', action='store_true', dest='no_comments'), o('-w', '--col-width', action='store', type='int', dest='colwidth'), o(None, '--split', action='store_true', dest='want_split'), + o('-f', '--key-format', action='store', dest='key_fmt'), ] defaults = { -- cgit v1.2.2