2 parents 5b4863c + 13de349 commit 89f6d7bCopy full SHA for 89f6d7b
1 file changed
openstackclient/compute/v2/server.py
@@ -4023,7 +4023,12 @@ def get_parser(self, prog_name):
4023
'--state',
4024
metavar='<state>',
4025
choices=['active', 'error'],
4026
- help=_('New server state (valid value: active, error)'),
+ help=_(
4027
+ 'New server state '
4028
+ '**WARNING** This can result in instances that are no longer '
4029
+ 'usable and should be used with caution '
4030
+ '(admin only)'
4031
+ ),
4032
)
4033
parser.add_argument(
4034
'--description',
0 commit comments