From e39e5d9372e6ea40de5596ea4db0e80b645c2cb5 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 14 Mar 2022 13:41:09 +0100 Subject: [PATCH] cli: fix up help string for "delete" Make it obvious that we can delete more connections in one go. --- src/nmcli/connections.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nmcli/connections.c b/src/nmcli/connections.c index d61f8f7ce..d964e88db 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] \n" + "ARGUMENTS := [id | uuid | path] , ...\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