Loading agetpkg +1 −1 Original line number Original line Diff line number Diff line Loading @@ -343,7 +343,7 @@ def parse_argv(): p_main.add_argument("-v", "--verbose", action="store_true", p_main.add_argument("-v", "--verbose", action="store_true", help="display more information") help="display more information") p_main.add_argument("--url", help="archive URL, default: %s" % ARCHIVE_URL, p_main.add_argument("--url", help="archive URL, default: %s" % ARCHIVE_URL, default=ARCHIVE_URL) default=environ.get("ARCHIVE_URL", ARCHIVE_URL)) p_main.add_argument("-t", "--timeout", default=10, help="connection timeout (10s)") p_main.add_argument("-t", "--timeout", default=10, help="connection timeout (10s)") p_main.add_argument("package", p_main.add_argument("package", help="regex to match a package name") help="regex to match a package name") Loading Loading
agetpkg +1 −1 Original line number Original line Diff line number Diff line Loading @@ -343,7 +343,7 @@ def parse_argv(): p_main.add_argument("-v", "--verbose", action="store_true", p_main.add_argument("-v", "--verbose", action="store_true", help="display more information") help="display more information") p_main.add_argument("--url", help="archive URL, default: %s" % ARCHIVE_URL, p_main.add_argument("--url", help="archive URL, default: %s" % ARCHIVE_URL, default=ARCHIVE_URL) default=environ.get("ARCHIVE_URL", ARCHIVE_URL)) p_main.add_argument("-t", "--timeout", default=10, help="connection timeout (10s)") p_main.add_argument("-t", "--timeout", default=10, help="connection timeout (10s)") p_main.add_argument("package", p_main.add_argument("package", help="regex to match a package name") help="regex to match a package name") Loading