Fixed a typo
This commit is contained in:
parent
8878ec847c
commit
8872516bb7
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue