From 88ace13b4700d03ed4437e5e727baff8e4f676bf Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Wed, 26 Jan 2011 09:16:13 +0100 Subject: Fixed a help message --- plac/doc/example13.help | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plac/doc/example13.help b/plac/doc/example13.help index 08e6f68..c931651 100644 --- a/plac/doc/example13.help +++ b/plac/doc/example13.help @@ -1,7 +1,10 @@ -usage: example13.py {status,commit,checkout,help} ... +usage: example13.py [-h] {status,commit,checkout,help} ... A Fake Version Control System +optional arguments: + -h, --help show this help message and exit + subcommands: {status,commit,checkout,help} checkout -- cgit v1.2.1