cli: fix up help string for "delete"

Make it obvious that we can delete more connections in one go.
This commit is contained in:
Lubomir Rintel
2022-03-14 13:41:09 +01:00
parent 82d16789a5
commit e39e5d9372

View File

@@ -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