From d6aaa988db093cb6233d7710e0fc652668de1b7d Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 21 Aug 2013 10:38:49 +0200 Subject: [PATCH] cli: highlight 'describe' command for edit mode. When editing starts, print a info message pointing to the 'describe' command. https://bugzilla.redhat.com/show_bug.cgi?id=998002 Signed-off-by: Thomas Haller --- cli/src/connections.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/src/connections.c b/cli/src/connections.c index f0f26ebd2c..5964c2ae5f 100644 --- a/cli/src/connections.c +++ b/cli/src/connections.c @@ -5347,6 +5347,8 @@ do_connection_edit (NmCli *nmc, int argc, char **argv) printf (_("Adding a new '%s' connection"), connection_type); printf ("\n\n"); printf (_("Type 'help' or '?' for available commands.")); + printf ("\n"); + printf (_("Type 'describe [.]' for detailed property description.")); printf ("\n\n"); /* Set global variable for use in TAB completion */