From bf87298cf4acaff12942bfec6257e197f479efe6 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Fri, 14 Sep 2012 10:52:37 +0300 Subject: [PATCH] client: Add printout about connmanctl experimental status The arguments and output may see changes, warn users that the current ones are experimental. --- client/commands.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/commands.c b/client/commands.c index 062e7b11..956a30be 100644 --- a/client/commands.c +++ b/client/commands.c @@ -94,7 +94,8 @@ void show_help(void) " --manager Monitor signals from the Manager interface\n" " help, --help, (no arguments) Show this dialogue\n" " interactive Drop into the interactive shell\n" - " exit, quit, q Quit interactive mode\n"); + " exit, quit, q Quit interactive mode\n" + "\nNote: arguments and output are considered EXPERIMENTAL for now.\n\n"); } int service_switch(int argc, char *argv[], int c, DBusConnection *conn, -- 2.34.1