From 6d9b8624b6f83e1f63d08705b6696555e9f769d7 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 31 Oct 2016 14:10:27 +0100 Subject: [PATCH] ctl: fix 'all' option for wipe-data command --- wcs/ctl/wipe_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcs/ctl/wipe_data.py b/wcs/ctl/wipe_data.py index 8a5f61c..8cdb0ad 100644 --- a/wcs/ctl/wipe_data.py +++ b/wcs/ctl/wipe_data.py @@ -24,7 +24,7 @@ class CmdWipeData(Command): def __init__(self): Command.__init__(self, [ - make_option('--all', metavar='ALL', action='store_false', + make_option('--all', metavar='ALL', action='store_true', dest='all'), make_option('--vhost', metavar='VHOST', action='store', dest='vhost'), -- 2.10.2