aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/console-help.txt
diff options
context:
space:
mode:
authorDevendra2014-04-29 03:11:45 +0530
committerDevendra2014-04-29 03:11:45 +0530
commitd703c34d918a75a4d5a984143c8fbd5049931b1a (patch)
tree4438352661eafe3384a397ad8c68ed008c20ab1f /python/examples/console-help.txt
parent769c3a908890a15c8f5e08cd651e1120194c2e74 (diff)
downloadpubnub-python-d703c34d918a75a4d5a984143c8fbd5049931b1a.tar.bz2
adding start console script and helper files
Diffstat (limited to 'python/examples/console-help.txt')
-rw-r--r--python/examples/console-help.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/python/examples/console-help.txt b/python/examples/console-help.txt
new file mode 100644
index 0000000..55debd2
--- /dev/null
+++ b/python/examples/console-help.txt
@@ -0,0 +1,34 @@
+********************** HELP ******************************
+
+TO EXIT . Ctrl-A \ followed by y
+TO MOVE BETWEEN PANES . Ctrl-A TAB
+
+**********************************************************
+
+PUBLISH
+
+Usage: publish [options] arg
+
+Options:
+ -h, --help show this help message and exit
+ -c CHANNEL, --channel=CHANNEL
+ Channel on which to publish
+
+Examples:
+ (1) publish -c hello_world hi how r u
+ (2) pub -c hello_world [1,2]
+
+
+
+SUBSCRIBE
+
+Usage: subscribe [options] arg
+
+Options:
+ -h, --help show this help message and exit
+ -c CHANNEL, --channel=CHANNEL
+ Channel for subscribe
+
+Examples:
+ (1) subscribe -c hello_world
+ (2) sub -c hello_world \ No newline at end of file