diff --git a/ironicclient/v1/node_shell.py b/ironicclient/v1/node_shell.py index 82e97dc..a9df76b 100644 --- a/ironicclient/v1/node_shell.py +++ b/ironicclient/v1/node_shell.py @@ -300,7 +300,9 @@ def do_node_delete(cc, args): action='append', default=[], help="Attribute to add, replace, or remove. Can be specified " - "multiple times. For 'remove', only is necessary.") + "multiple times. For 'remove', only is necessary. " + "For nested attributes, separate the components with slashes, eg " + "'driver_info/deploy_kernel=uuid'.") def do_node_update(cc, args): """Update information about a registered node.""" patch = utils.args_array_to_patch(args.op, args.attributes[0])