Fix type in server modify argument help
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Mon, 10 Feb 2014 08:49:14 +0000 (10:49 +0200)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Mon, 10 Feb 2014 08:49:14 +0000 (10:49 +0200)
kamaki/cli/commands/cyclades.py

index 802bba7..104d13c 100644 (file)
@@ -546,7 +546,7 @@ class server_modify(_init_cyclades, _optional_output_cmd):
 
     arguments = dict(
         server_name=ValueArgument('The new name', '--name'),
-        flavor_id=IntArgument('Set a different flavor', '--flavor-id'),
+        flavor_id=IntArgument('Resize (set another flavor)', '--flavor-id'),
         firewall_profile=FirewallProfileArgument(
             'Valid values: %s' % (', '.join(FirewallProfileArgument.profiles)),
             '--firewall'),