client: Add printout about connmanctl experimental status
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 14 Sep 2012 07:52:37 +0000 (10:52 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 14 Sep 2012 13:32:01 +0000 (16:32 +0300)
The arguments and output may see changes, warn users that the
current ones are experimental.

client/commands.c

index 062e7b1..956a30b 100644 (file)
@@ -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,