Projet

Général

Profil

0001-ctl-fix-all-option-for-wipe-data-command.patch

Serghei Mihai, 31 octobre 2016 17:31

Télécharger (864 octets)

Voir les différences:

Subject: [PATCH] ctl: fix 'all' option for wipe-data command

 wcs/ctl/wipe_data.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/ctl/wipe_data.py
24 24

  
25 25
    def __init__(self):
26 26
        Command.__init__(self, [
27
                make_option('--all', metavar='ALL', action='store_false',
27
                make_option('--all', metavar='ALL', action='store_true',
28 28
                            dest='all'),
29 29
                make_option('--vhost', metavar='VHOST', action='store',
30 30
                            dest='vhost'),
31
-