diff --git a/genswap.sh b/genswap.sh index 727296e..d897a3a 100755 --- a/genswap.sh +++ b/genswap.sh @@ -51,9 +51,8 @@ function autoSwap(){ function help(){ - echo -e "\nUsage: $0 [-a] [--auto] [-m] [--manual] \n\n" + echo -e "\nUsage: $0 [-a] [--auto]\n\n" echo -e "-a | --auto Automatically create and size swapfile based on physical memory\n" - echo -e "-m | --manual Manually create and size swapfile based on user input\n" } function version(){