summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Reports/importscript.py
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-03-07 21:37:51 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-03-07 21:37:51 +0000
commitb4a76883d4971a46970aebb4ee617f3677125fc6 (patch)
treea6ae20cd33f80201627b1a3760c30a2de1707ad8 /src/lib/Server/Reports/importscript.py
parentea4146d17f2dc36789cd48267f347a7876351892 (diff)
downloadbcfg2-b4a76883d4971a46970aebb4ee617f3677125fc6.tar.gz
bcfg2-b4a76883d4971a46970aebb4ee617f3677125fc6.tar.bz2
bcfg2-b4a76883d4971a46970aebb4ee617f3677125fc6.zip
importscript.py: Add support for -C option (Patch from euth in Ticket #852)
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5756 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Reports/importscript.py')
-rwxr-xr-xsrc/lib/Server/Reports/importscript.py2
1 files changed, 1 insertions, 1 deletions
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: