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 <thaller@redhat.com>
This commit is contained in:
Thomas Haller
2013-08-21 10:38:49 +02:00
parent 2abbdf2a89
commit d6aaa988db

View File

@@ -5347,6 +5347,8 @@ do_connection_edit (NmCli *nmc, int argc, char **argv)
printf (_("Adding a new '%s' connection"), connection_type); printf (_("Adding a new '%s' connection"), connection_type);
printf ("\n\n"); printf ("\n\n");
printf (_("Type 'help' or '?' for available commands.")); printf (_("Type 'help' or '?' for available commands."));
printf ("\n");
printf (_("Type 'describe [<setting>.<prop>]' for detailed property description."));
printf ("\n\n"); printf ("\n\n");
/* Set global variable for use in TAB completion */ /* Set global variable for use in TAB completion */