summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-03-15 09:08:33 +0100
committerAnton Khirnov <anton@khirnov.net>2024-03-15 14:36:50 +0100
commit73d8ef0504b8060951bc025c5ce5b4147a31be08 (patch)
tree2c16aad178f349d0897c91540169f5f6c1521614
parentfb5f59d5897c1cf3f21322afd7367c738fa79d12 (diff)
Remove unused --debug option.
-rwxr-xr-xnaros.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/naros.py b/naros.py
index ae9b844..1a38b51 100755
--- a/naros.py
+++ b/naros.py
@@ -661,7 +661,6 @@ class NftMonitor:
parser = argparse.ArgumentParser('Firewall management daemon')
-parser.add_argument('-d', '--debug', action = 'store_true')
parser.add_argument('-v', '--verbose', action = 'count', default = 0)
parser.add_argument('-q', '--quiet', action = 'count', default = 0)
parser.add_argument('-n', '--dry-run', action = 'store_true')