From 8872516bb78c683a35999a0fd2cbf6cb8cb975c8 Mon Sep 17 00:00:00 2001 From: Ze'ev Schurmann Date: Thu, 14 Nov 2024 01:07:27 +0200 Subject: [PATCH] Fixed a typo --- swap-management/README.md | 2 +- swap-management/remswap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/swap-management/README.md b/swap-management/README.md index 85fde61..92be4ca 100644 --- a/swap-management/README.md +++ b/swap-management/README.md @@ -39,7 +39,7 @@ Usage: ### with sudo ``` -sudo remswap.sh {/swapfile.0xx} +sudo ./remswap.sh {/swapfile.0xx} ``` {/swapfile.0xx} is optional. The 0xx extension is a range of numbers from 001 to 024. If you leave it out then the last file in the sequence will be removed. diff --git a/swap-management/remswap.sh b/swap-management/remswap.sh index d7b0b13..f5b90dc 100644 --- a/swap-management/remswap.sh +++ b/swap-management/remswap.sh @@ -14,7 +14,7 @@ ## ./remswap.sh {/swapfile.0xx} ## ## (with sudo) -## sudo remswap.sh {/swapfile.0xx} +## sudo ./remswap.sh {/swapfile.0xx} ## ## {/swapfile.0xx} is optional. The 0xx extension is a range of numbers from 001 to ## 024. If you leave it out then the last file in the sequence will be removed.