diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-09-14 10:52:37 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-09-14 16:32:01 +0300 |
commit | bf87298cf4acaff12942bfec6257e197f479efe6 (patch) | |
tree | dbafb9882dec67bbde25c41f95cf48d49773267c | |
parent | 878950ef925b47d248d34aeefead2f087ecf8852 (diff) | |
download | connman-bf87298cf4acaff12942bfec6257e197f479efe6.tar.gz connman-bf87298cf4acaff12942bfec6257e197f479efe6.tar.bz2 connman-bf87298cf4acaff12942bfec6257e197f479efe6.zip |
client: Add printout about connmanctl experimental status
The arguments and output may see changes, warn users that the
current ones are experimental.
-rw-r--r-- | client/commands.c | 3 |
1 files changed, 2 insertions, 1 deletions
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, |