File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -912,20 +912,20 @@ REMOVENGINXCONF()
912912}
913913
914914
915- # Easy Engine Version
916- if [ " $1 " = " -v " ] || [ " $1 " = " version " ] || [ " $1 " = " --version " ]
915+ # Easy Engine Help
916+ if [ " $1 " = " -h " ] || [ " $1 " = " help " ] || [ " $1 " = " --help " ]
917917then
918918
919- # Display Easy Engine Version
920- echo " easyengine version: 1.0.0 "
919+ # Display Man Pages
920+ man ee
921921
922922
923- # Easy Engine Help
924- elif [ " $1 " = " -h " ] || [ " $1 " = " help " ] || [ " $1 " = " --help " ]
923+ # Easy Engine Version
924+ elif [ " $1 " = " -v " ] || [ " $1 " = " version " ] || [ " $1 " = " --version " ]
925925then
926926
927- # Display Man Pages
928- man ee
927+ # Display Easy Engine Version
928+ echo " easyengine version: 1.0.0 "
929929
930930
931931# Easy Engine System Settings
You can’t perform that action at this time.
0 commit comments