mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Add --plugindir as alias to --plugin-dir
This commit is contained in:
parent
28bc866686
commit
13f1373944
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@
|
|||
;;
|
||||
|
||||
# Define a custom plugin directory
|
||||
--plugin-dir | --plugins-dir)
|
||||
--plugindir | --plugin-dir | --plugins-dir)
|
||||
shift
|
||||
PLUGINDIR=$1
|
||||
LASTCHAR=`echo $1 | awk '{ print substr($0, length($0))}'`
|
||||
|
|
|
|||
Loading…
Reference in a new issue