From 933e13e590dbd0e732001a091190cdcaaad2f0c1 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 1 Feb 2005 16:49:22 +0000 Subject: add remove option (Logical change 1.198) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@846 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbin/bcfg2 b/src/sbin/bcfg2 index a29f8834c..cff87a0bb 100644 --- a/src/sbin/bcfg2 +++ b/src/sbin/bcfg2 @@ -67,7 +67,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'} - doptions = {'b':'bundle', 'f':'file', 'c':'cache', 'p':'profile', 'i':'image'} + doptions = {'b':'bundle', 'f':'file', 'c':'cache', 'p':'profile', 'i':'image', 'r':'remove'} setup = dgetopt(argv[1:], options, doptions) comm = None -- cgit v1.2.3-1-g7c22