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-12-04 10:01:56 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-12-04 10:01:56 +0300
commit15ae5ea0c1c48fdd2d1c7601c3471ce0910861c8 (patch)
tree1046938200badc9837fd3b672844ba2f055099fc /include/parameters
parent51b7a207c5a1213bf019811e23847c1e40c8198b (diff)
Added alias --use-cwd as that is more in line with other options (instead of --usecwd)
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/parameters b/include/parameters
index 048b992d..b8676b4c 100644
--- a/include/parameters
+++ b/include/parameters
@@ -387,7 +387,7 @@
UPLOAD_DATA=1
;;
- --usecwd)
+ --usecwd | --use-cwd)
USE_CWD=1
;;