diff --git a/oacurl.py b/oacurl.py index ffb3a4d..740baf2 100644 --- a/oacurl.py +++ b/oacurl.py @@ -127,8 +127,8 @@ def configure_logging(options): def main(): - usage = '''Usage: %prog [options] fetch - Example: %prog -v fetch "https://www.googleapis.com/buzz/v1/people/@me/@self?alt=json&pp=1" + usage = '''Usage: python %prog [options] fetch + Example: python %prog -v fetch "https://www.googleapis.com/buzz/v1/people/@me/@self?alt=json&pp=1" ''' parser = optparse.OptionParser(usage=usage) parser.set_defaults(verbose=False)