Update pimpmykali.sh

This commit is contained in:
Dewalt-arch 2020-09-24 23:57:28 -05:00 committed by GitHub
parent 6206f84462
commit dad0fbe77f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -166,10 +166,11 @@ pimpmykali_menu () {
} }
pimpmykali_help () { pimpmykali_help () {
# do not edit this echo statement, spacing has been fixed and is correct for display terminal echo -e "\n valid command line arguements are : \n \n --all run all operations \n"\
echo -e "\n valid command line arguements are : \n \n --all run all operations \n --smb only run smb.conf fix \n --go only fix golang \ "--smb only run smb.conf fix \n --go only fix golang"\
\n --impacket only fix impacket \n --grub only add mitigations=off \n --root enable root login \n --missing install missing \ "\n --impacket only fix impacket \n --grub only add mitigations=off"\
\n --menu its the menu \n --help you are here" "\n --root enable root login \n --missing install missing" \
"\n --menu its the menu \n --help you are here"
exit exit
} }