diff options
| author | Alasdair Colley <ac@dneg.com> | 2013-09-05 10:28:00 +0100 | 
|---|---|---|
| committer | Alasdair Colley <ac@dneg.com> | 2013-09-05 10:28:00 +0100 | 
| commit | 0a13cac0448c6c9dff34f772424a80e94dac1ab7 (patch) | |
| tree | 03b2a0d05f41ba4e3e3d4be516137b737465dcee /wikiquery | |
| parent | fc8456da719fba5c63aed5d9b6c55d5d2af44400 (diff) | |
updating usage to actually be correct
Diffstat (limited to 'wikiquery')
| -rwxr-xr-x | wikiquery | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ def display(o):  		print o.encode("utf-8", "replace")  def parse_args(): -	parser = optparse.OptionParser(prog="!wiki", usage="%(prog)s <topic> [--search|--url]") +	parser = optparse.OptionParser(usage="!wiki <topic> [--search|--url]")  	parser.add_option("--search", action="store_true")  	parser.add_option("--url", action="store_true")  | 
