From 28ce765c3b1fb415b5d33e825a09114136509fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Fri, 14 Sep 2012 13:04:10 +0200 Subject: [PATCH] Deprecation warning. --- slapos/grid/slapgrid.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/slapos/grid/slapgrid.py b/slapos/grid/slapgrid.py index 7882d8add..26db5f3b8 100644 --- a/slapos/grid/slapgrid.py +++ b/slapos/grid/slapgrid.py @@ -114,8 +114,7 @@ def parseArgumentTupleAndReturnSlapgridObject(*argument_tuple): parser.add_argument("--now", action="store_true", default=False, help="Launch slapgrid without delay.") parser.add_argument("--develop", action="store_true", default=False, - help="Launch slapgrid in develop mode. In develop mode, slapgrid " - "will process all Softare Releases and/or Computer Partitions.") + help="Deprecated, same as --all.") parser.add_argument("--all", action="store_true", default=False, help="Launch slapgrid to process all Softare Releases" "and/or Computer Partitions.") -- 2.30.9