From: Jason Ish Date: Mon, 4 Dec 2017 19:44:41 +0000 (-0600) Subject: doc: disable-source X-Git-Tag: 1.0.0a1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0129c7c945b1366476278d998a8e19e10bc36ae7;p=thirdparty%2Fsuricata-update.git doc: disable-source --- diff --git a/doc/disable-source.rst b/doc/disable-source.rst new file mode 100644 index 0000000..9463de5 --- /dev/null +++ b/doc/disable-source.rst @@ -0,0 +1,17 @@ +########################################## +disable-source - Disable an enabled source +########################################## + +Synopsis +======== + +:: + + suricata-update disable-source + +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. diff --git a/doc/index.rst b/doc/index.rst index 32a6096..37e55ad 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -10,3 +10,4 @@ suricata-update - A Suricata Rule Update Tool add-source update-sources enable-source + disable-source