summaryrefslogtreecommitdiff
path: root/plac/doc/example10.help
diff options
context:
space:
mode:
Diffstat (limited to 'plac/doc/example10.help')
-rw-r--r--plac/doc/example10.help10
1 files changed, 10 insertions, 0 deletions
diff --git a/plac/doc/example10.help b/plac/doc/example10.help
new file mode 100644
index 0000000..8ac3e9f
--- /dev/null
+++ b/plac/doc/example10.help
@@ -0,0 +1,10 @@
+usage: example10.py [-h] {add,mul} [n [n ...]]
+
+A script to add and multiply numbers
+
+positional arguments:
+ {add,mul} The name of an operator
+ n A number
+
+optional arguments:
+ -h, --help show this help message and exit