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