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