From a5673d113c901fb262712748274f4e85549e97ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Tue, 25 Feb 2014 11:59:03 +0100 Subject: [PATCH] cli: update 'remove' command description for 'nmcli con edit' to reflect that user can specify a value or index to remove values. --- cli/src/connections.c | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/cli/src/connections.c b/cli/src/connections.c index 71642539fe..509a63c8f5 100644 --- a/cli/src/connections.c +++ b/cli/src/connections.c @@ -6180,18 +6180,25 @@ editor_sub_usage (const char *command) "This command sets provided to this property\n")); break; case NMC_EDITOR_SUB_CMD_ADD: - printf (_("add [] :: add new option to the property\n\n" - "This command add provided to this property, if " + printf (_("add [] :: append new value to the property\n\n" + "This command adds provided to this property, if " "the property is of a container type. For single-valued " - "properties it replaces the value (same as 'set').\n")); + "properties the property value is replaced (same as 'set').\n")); break; case NMC_EDITOR_SUB_CMD_CHANGE: printf (_("change :: change current value\n\n" "Displays current value and allows editing it.\n")); break; case NMC_EDITOR_SUB_CMD_REMOVE: - printf (_("remove [|