Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-07-25 12:34:58 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-07-25 12:34:58 +0300
commitb384fa2887139a39813cd262cc851335296de672 (patch)
tree96b71ae8ebfa16bc21ff3d4cc81422a9cfa8c856 /include/parameters
parent022f427a69979a76216c6a44d12f980618c54143 (diff)
New option: --usecwd to run from current working directory
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/parameters b/include/parameters
index ede08267..967f62c0 100644
--- a/include/parameters
+++ b/include/parameters
@@ -414,6 +414,10 @@
UPLOAD_DATA=1
;;
+ --usecwd)
+ return
+ ;;
+
--verbose)
VERBOSE=1
;;