Added --man-page alias

This commit is contained in:
Michael Boelen 2016-05-15 20:01:32 +02:00
parent c751302a76
commit bb2c97f9c1
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@
;;
# View man page
--view-manpage | --man | --manpage)
--view-manpage | --man-page | --manpage | --man)
if [ -f lynis.8 ]; then
nroff -man lynis.8
exit 0