Fixed a typo

This commit is contained in:
ZAKS Web 2024-11-14 01:07:27 +02:00
parent 8878ec847c
commit 8872516bb7
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ Usage:
### with sudo ### 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. {/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.

View File

@ -14,7 +14,7 @@
## ./remswap.sh {/swapfile.0xx} ## ./remswap.sh {/swapfile.0xx}
## ##
## (with sudo) ## (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 ## {/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. ## 024. If you leave it out then the last file in the sequence will be removed.