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:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user