From b7a5f3057d9f1eeca6a3ca1ea57d2423425a05e9 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 16 Feb 2005 21:50:09 +0000 Subject: change paranoid mode flag (Logical change 1.205) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@875 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sbin') diff --git a/src/sbin/bcfg2 b/src/sbin/bcfg2 index cff87a0bb..c60402147 100644 --- a/src/sbin/bcfg2 +++ b/src/sbin/bcfg2 @@ -66,7 +66,7 @@ def dgetopt(arglist, opt, vopt): if __name__ == '__main__': # parse command line options - options = {'v':'verbose', 'q':'quick', 'd':'debug', 'n':'dryrun', 'B':'build', 'p':'paranoid'} + options = {'v':'verbose', 'q':'quick', 'd':'debug', 'n':'dryrun', 'B':'build', 'P':'paranoid'} doptions = {'b':'bundle', 'f':'file', 'c':'cache', 'p':'profile', 'i':'image', 'r':'remove'} setup = dgetopt(argv[1:], options, doptions) -- cgit v1.2.3-1-g7c22