summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin')
-rw-r--r--src/sbin/bcfg22
1 files changed, 1 insertions, 1 deletions
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