]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
doc: disable-source
authorJason Ish <ish@unx.ca>
Mon, 4 Dec 2017 19:44:41 +0000 (13:44 -0600)
committerJason Ish <ish@unx.ca>
Mon, 4 Dec 2017 19:44:41 +0000 (13:44 -0600)
doc/disable-source.rst [new file with mode: 0644]
doc/index.rst

diff --git a/doc/disable-source.rst b/doc/disable-source.rst
new file mode 100644 (file)
index 0000000..9463de5
--- /dev/null
@@ -0,0 +1,17 @@
+##########################################
+disable-source - Disable an enabled source
+##########################################
+
+Synopsis
+========
+
+::
+
+   suricata-update disable-source <name>
+
+Description
+===========
+
+The ``disable-source`` command disables a currently enabled
+source. The configuration for the source is not removed, allowing it
+to be re-enabled without having to re-enter any required parameters.
index 32a6096ab372fe9bbbc11905bebe4bf8c30b99d6..37e55adc382cb5b21d056b0c37ae21df0c341d1a 100644 (file)
@@ -10,3 +10,4 @@ suricata-update - A Suricata Rule Update Tool
    add-source
    update-sources
    enable-source
+   disable-source