genswap.sh: remove nonexistent help features

Former-commit-id: 1e770afd645ef1d5dcee5cce84d0f9d8bff18b9b
This commit is contained in:
mollusk 2018-06-10 22:46:58 -07:00
parent 7a5a5aa2d3
commit 4b9264b698

View File

@ -51,9 +51,8 @@ function autoSwap(){
function help(){
echo -e "\nUsage: $0 [-a] [--auto] [-m] [--manual] <path>\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(){