From 9f174ada9445bc2682206bfc9a7b6824bd40aea4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Mon, 9 Sep 2013 13:58:48 +0000
Subject: [PATCH] format: don't assume alter_user or alter_network.

It is assumed when arguments and config parameters are merged.
Otherwise, it is not possible to set this option from the .cfg.
---
 slapos/cli/format.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/slapos/cli/format.py b/slapos/cli/format.py
index 64b841129..701590ad0 100644
--- a/slapos/cli/format.py
+++ b/slapos/cli/format.py
@@ -35,13 +35,11 @@ class FormatCommand(ConfigCommand):
 
         ap.add_argument('--alter_user',
                         choices=['True', 'False'],
-                        default='True',
                         help='Shall slapformat alter user database'
                              ' (default: %(default)s)')
 
         ap.add_argument('--alter_network',
                         choices=['True', 'False'],
-                        default='True',
                         help='Shall slapformat alter network configuration'
                              ' (default: %(default)s)')
 
-- 
2.30.9