From: Patrik Flykt Date: Fri, 14 Sep 2012 07:52:37 +0000 (+0300) Subject: client: Add printout about connmanctl experimental status X-Git-Tag: 1.7~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf87298cf4acaff12942bfec6257e197f479efe6;p=platform%2Fupstream%2Fconnman.git client: Add printout about connmanctl experimental status The arguments and output may see changes, warn users that the current ones are experimental. --- 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,