From b4a76883d4971a46970aebb4ee617f3677125fc6 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sun, 7 Mar 2010 21:37:51 +0000 Subject: importscript.py: Add support for -C option (Patch from euth in Ticket #852) Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5756 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Reports/importscript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Server/Reports/importscript.py b/src/lib/Server/Reports/importscript.py index 174f7f639..ae8b6e402 100755 --- a/src/lib/Server/Reports/importscript.py +++ b/src/lib/Server/Reports/importscript.py @@ -212,7 +212,7 @@ if __name__ == '__main__': statpath = False try: - opts, args = getopt(argv[1:], "hvudc:s:", ["help", "verbose", "updates" , + opts, args = getopt(argv[1:], "hvudc:s:C", ["help", "verbose", "updates" , "debug", "clients=", "stats=", "config="]) except GetoptError, mesg: -- cgit v1.2.3-1-g7c22