From d670fcf1ec2bc1292afd7668cc4d2a0bb1d29296 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Feb 12 2020 13:41:31 +0000 Subject: more detailed help message --- diff --git a/util/koji-gc b/util/koji-gc index 2963874..8a40a84 100755 --- a/util/koji-gc +++ b/util/koji-gc @@ -116,7 +116,9 @@ def get_options(): help=_("url of koji web server (for use in notifications)")) parser.add_option("-s", "--server", help=_("url of koji XMLRPC server")) parser.add_option("--lock-file", help=_("koji-gc will wait while specified file exists. " - "Default path is /run/user//koji-gc.lock")) + "Default path is /run/user//koji-gc.lock. " + "For service usage /var/lock/koji-gc.lock is " + "recommended.")) parser.add_option("--exit-on-lock", action="store_true", help=_("quit if --lock-file exists, don't wait")) #parse once to get the config file