From bc0abcaa83fd4db383c0bd81b38070bae60ba902 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Wed, 11 Sep 2013 17:13:22 -0700 Subject: [PATCH] add subdomain option this is actually all we need to do. log function logs options automatically. --- configure-syslog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/configure-syslog.py b/configure-syslog.py index 82c4803..3d3f074 100755 --- a/configure-syslog.py +++ b/configure-syslog.py @@ -1459,6 +1459,7 @@ def parse_options(): parser.add_posarg("action", dest='action', type="choice", choices=('install', 'uninstall', 'verify', 'sysinfo', 'loggly_help', 'dryrun')) + parser.add_option("-s", "--subdomain") parser.add_option("-v", "--verbose", action="store_true", dest="verbose", default=False) parser.add_option("-t", "--token")