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, 0 insertions, 10 deletions
diff --git a/plac/doc/example10.help b/plac/doc/example10.help
deleted file mode 100644
index 8ac3e9f..0000000
--- a/plac/doc/example10.help
+++ /dev/null
@@ -1,10 +0,0 @@
-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