summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2022-03-14 13:41:09 +0100
committerLubomir Rintel <lkundrak@v3.sk>2022-03-28 13:29:28 +0200
commite39e5d9372e6ea40de5596ea4db0e80b645c2cb5 (patch)
treed3504726b87c835cfc13f5fa007c8d78aac243dc
parent82d16789a5189a71e968515c3a1b4f2cfc375462 (diff)
downloadNetworkManager-e39e5d9372e6ea40de5596ea4db0e80b645c2cb5.tar.gz
cli: fix up help string for "delete"
Make it obvious that we can delete more connections in one go.
-rw-r--r--src/nmcli/connections.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nmcli/connections.c b/src/nmcli/connections.c
index d61f8f7ce9..d964e88db2 100644
--- a/src/nmcli/connections.c
+++ b/src/nmcli/connections.c
@@ -1231,10 +1231,10 @@ usage_connection_delete(void)
{
g_printerr(_("Usage: nmcli connection delete { ARGUMENTS | help }\n"
"\n"
- "ARGUMENTS := [id | uuid | path] <ID>\n"
+ "ARGUMENTS := [id | uuid | path] <ID>, ...\n"
"\n"
- "Delete a connection profile.\n"
- "The profile is identified by its name, UUID or D-Bus path.\n\n"));
+ "Delete connection profiles.\n"
+ "The profiles are identified by their name, UUID or D-Bus path.\n\n"));
}
static void