From 4b9264b698fb8c3c476caf214471ed8de4f79a42 Mon Sep 17 00:00:00 2001 From: mollusk Date: Sun, 10 Jun 2018 22:46:58 -0700 Subject: [PATCH] genswap.sh: remove nonexistent help features Former-commit-id: 1e770afd645ef1d5dcee5cce84d0f9d8bff18b9b --- genswap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(){