From 0a664187f2d2ac9550d859fe67353ca0c8da56c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Fri, 16 Oct 2015 22:39:57 +0200 Subject: [PATCH] Display default archive URL --- agetpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agetpkg b/agetpkg index 910f027..515f47e 100755 --- a/agetpkg +++ b/agetpkg @@ -331,7 +331,7 @@ def parse_argv(): help="filter by architectures (default is %s and any. empty means all)" % local_arch) p_main.add_argument("-v", "--verbose", action="store_true", help="display more information") - p_main.add_argument("--url", help="archive URL", + p_main.add_argument("--url", help="archive URL, default: %s" % ARCHIVE_URL, default=ARCHIVE_URL) p_main.add_argument("-t", "--timeout", default=10, help="connection timeout (10s)") p_main.add_argument("package", -- GitLab