mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 21:50:17 +01:00
cli: fix up help string for "delete"
Make it obvious that we can delete more connections in one go.
This commit is contained in:
parent
82d16789a5
commit
e39e5d9372
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue