From a299932605ba8278ffe7e9b7c0f0a6ae7a38831b Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 19 Aug 2004 15:44:22 +0000 Subject: add paranoid option (Logical change 1.44) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@261 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/sbin/bcfg2 b/src/sbin/bcfg2 index 2c629913b..8ed4bbbc3 100644 --- a/src/sbin/bcfg2 +++ b/src/sbin/bcfg2 @@ -47,7 +47,7 @@ def dgetopt(arglist, opt, vopt): if __name__ == '__main__': # parse command line options - options = {'v':'verbose','q':'quick', 'd':'debug', 'n':'dryrun', 'B':'build'} + options = {'v':'verbose','q':'quick', 'd':'debug', 'n':'dryrun', 'B':'build', 'p':'paranoid'} doptions = {'b':'bundle', 'f':'file', 'c':'cache'} setup = dgetopt(argv[1:], options, doptions) print setup -- cgit v1.2.3-1-g7c22