cli: list the 'print' command in the welcome message of the editor

https://bugzilla.redhat.com/show_bug.cgi?id=1588995
This commit is contained in:
Francesco Giudici
2018-06-20 14:32:27 +02:00
parent 9bc6ca96f6
commit 20a8bc9e34

View File

@@ -8106,6 +8106,8 @@ do_connection_edit (NmCli *nmc, int argc, char **argv)
g_print ("\n\n");
g_print (_("Type 'help' or '?' for available commands."));
g_print ("\n");
g_print (_("Type 'print' to show all the connection properties."));
g_print ("\n");
g_print (_("Type 'describe [<setting>.<prop>]' for detailed property description."));
g_print ("\n\n");