From 2b871bedec845d2f70417bcbb772992832aec805 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Sun, 11 Jul 2021 20:40:19 +0100 Subject: [PATCH] nmcli: refresh (#6203) --- pages/linux/nmcli.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/linux/nmcli.md b/pages/linux/nmcli.md index 72953fe65f..b0b9ee41ba 100644 --- a/pages/linux/nmcli.md +++ b/pages/linux/nmcli.md @@ -1,20 +1,20 @@ # nmcli > A command-line tool for controlling NetworkManager. -> More information: . +> More information: . -- Check the nmcli version: +- Run an `nmcli` subcommand: + +`nmcli {{agent|connection|device|general|help|monitor|networking|radio}} {{command_options}}` + +- Display the current version of NetworkManager: `nmcli --version` -- Call general help: +- Display help: `nmcli --help` -- Call help on a command: +- Display help for a subcommand: -`nmcli {{command}} --help` - -- Execute an `nmcli` command: - -`nmcli {{command}}` +`nmcli {{subcommand}} --help`