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.