From dad0fbe77f1df167e1077c2eaad61416ac65ed45 Mon Sep 17 00:00:00 2001 From: Dewalt-arch <59529711+Dewalt-arch@users.noreply.github.com> Date: Thu, 24 Sep 2020 23:57:28 -0500 Subject: [PATCH] Update pimpmykali.sh --- pimpmykali.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index 8815aee..9292107 100644 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -166,10 +166,11 @@ pimpmykali_menu () { } 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 --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 --menu its the menu \n --help you are here" + 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"\ + "\n --impacket only fix impacket \n --grub only add mitigations=off"\ + "\n --root enable root login \n --missing install missing" \ + "\n --menu its the menu \n --help you are here" exit }