diff options
author | Rob Austein <sra@hactrn.net> | 2012-07-30 23:04:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-07-30 23:04:16 +0000 |
commit | 0251963434ff46d31313c3df6d1a29d83c661634 (patch) | |
tree | 249ee33c959b29709047e0aee8342f60914ff386 | |
parent | 392e608f89a7610253ea7bbfefdcba96c905f9be (diff) |
Remove -s from getopt string too.
svn path=/trunk/; revision=4612
-rw-r--r-- | rpkid/tests/yamltest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/tests/yamltest.py b/rpkid/tests/yamltest.py index b2940bce..ba89d007 100644 --- a/rpkid/tests/yamltest.py +++ b/rpkid/tests/yamltest.py @@ -500,7 +500,7 @@ flat_publication = False profile = False stop_after_config = False -opts, argv = getopt.getopt(sys.argv[1:], "c:fhkp:s?", +opts, argv = getopt.getopt(sys.argv[1:], "c:fhkp:?", ["config=", "flat_publication", "help", "keep_going", "pidfile=", "skip_config", "stop_after_config", "profile"]) for o, a in opts: |