revert bin/

This commit is contained in:
gauthiier 2016-12-31 12:13:58 +01:00
parent 8a8388d8b8
commit 3ad4c920f6
2 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@ def run(options):
if __name__ == "__main__": if __name__ == "__main__":
p = OptionParser(); p = OptionParser();
p.add_option('-u', '--url', action="store", help="nettime url", default="http://www.nettime.org/archives.php") p.add_option('-u', '--url', action="store", help="nettime url (default='http://www.nettime.org/archives.php')", default="http://www.nettime.org/archives.php")
p.add_option('-l', '--list', action="store", help="nettime's list name (ex: nettime-l)", default="nettime-l") p.add_option('-l', '--list', action="store", help="nettime's list name (default=nettime-l)", default="nettime-l")
p.add_option('-a', '--arch', action="store", help="path to archive directory", default="archives") p.add_option('-a', '--arch', action="store", help="path to archives directory (default='archives')", default="archives")
options, args = p.parse_args() options, args = p.parse_args()