From: Jason Ish Date: Tue, 5 Dec 2017 22:57:37 +0000 (-0600) Subject: usage: clarify -c is for the update configuration X-Git-Tag: 1.0.0b1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e7b648fd70cb5324c47fbba0622626f812f18b2;p=thirdparty%2Fsuricata-update.git usage: clarify -c is for the update configuration And not the Suricata config. This is more clear in the docs just not in the command line help usage. --- diff --git a/suricata/update/main.py b/suricata/update/main.py index 75d79a4..c76da68 100644 --- a/suricata/update/main.py +++ b/suricata/update/main.py @@ -1037,7 +1037,8 @@ def _main(): # Arguments that are common to all sub-commands. common_parser = argparse.ArgumentParser(add_help=False) common_parser.add_argument( - "-c", "--config", metavar="", help="Configuration file") + "-c", "--config", metavar="", + help="Suricata-Update configuration file (default: /etc/suricata/update.yaml)") common_parser.add_argument( "-v", "--verbose", action="store_true", default=False, help="Be more verbose")