From 3e817b926bb946a696e11952ffc9d8ab660eede0 Mon Sep 17 00:00:00 2001 From: Patrick Neumann Date: Thu, 11 Jul 2024 14:30:57 +0000 Subject: [PATCH] =?UTF-8?q?Help=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Help.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Help.md diff --git a/Help.md b/Help.md new file mode 100644 index 0000000..c83a5bb --- /dev/null +++ b/Help.md @@ -0,0 +1,24 @@ +``` +$ ./web_site_monitor -h + +Version: 1.0 (created: 2016-10-18) + +BASIC USAGE... + $ ./web_site_monitor + OR + $ bash web_site_monitor + $ ksh web_site_monitor + $ zsh web_site_monitor + $ dash web_site_monitor + $ busybox ash web_site_monitor + +OPTIONS: + -d : enable debugging + -h : display usage and exit + -n : disable logging (enabled by default) + -q : disable stdout (enabled by default) + -v : print version and exit + -E : text search with extended regexp + -F : text search with fixed string + -G : text search with basic regexp +``` \ No newline at end of file