summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <blueowl@centrum.cz>2016-07-14 23:39:16 +0200
committerJiří Klimeš <blueowl@centrum.cz>2016-07-15 12:26:24 +0200
commit2544f78858738ecb008db1017632a814187aea61 (patch)
tree4d0d723e0839efadd0f08bbebafe017c06f01c46
parentc875471430f78f94d6b8529c7e22594977d039f9 (diff)
downloadNetworkManager-2544f78858738ecb008db1017632a814187aea61.tar.gz
nmcli: add missing commands to 'nmcli connection help' usage description
-rw-r--r--clients/cli/connections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/cli/connections.c b/clients/cli/connections.c
index 954c9037b7..cedbb7c4ed 100644
--- a/clients/cli/connections.c
+++ b/clients/cli/connections.c
@@ -312,7 +312,7 @@ static void
usage (void)
{
g_printerr (_("Usage: nmcli connection { COMMAND | help }\n\n"
- "COMMAND := { show | up | down | add | modify | edit | delete | monitor | reload | load }\n\n"
+ "COMMAND := { show | up | down | add | modify | clone | edit | delete | monitor | reload | load | import | export }\n\n"
" show [--active] [--order <order spec>]\n"
" show [--active] [id | uuid | path | apath] <ID> ...\n\n"
" up [[id | uuid | path] <ID>] [ifname <ifname>] [ap <BSSID>] [passwd-file <file with passwords>]\n\n"