diff options
author | Alasdair Colley <ac@dneg.com> | 2013-09-05 15:33:31 +0100 |
---|---|---|
committer | Alasdair Colley <ac@dneg.com> | 2013-09-05 15:33:31 +0100 |
commit | a8063f0b3c13a58a82fc3f73e45db7436b06be86 (patch) | |
tree | db493646baf068aba513fc5750424ccc8d0bf01c | |
parent | f810cd9504f631a2e5cb790e980bfcab72d0995b (diff) |
updating usage string
-rwxr-xr-x | wikiquery | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ def parse_args(): if not args: args = sys.stdin.read().splitlines() - parser = optparse.OptionParser(usage="!wiki <topic> [--search|--url]") + parser = optparse.OptionParser(usage="!wiki <topic> [index] [--search|--url]") parser.add_option("--search", action="store_true") parser.add_option("--url", action="store_true") |