diff options
author | JustAnotherJavaProgrammer <lukas.drescher2004@gmail.com> | 2023-03-13 16:00:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2023-03-24 15:31:40 +0000 |
commit | 068d2a8b898a544ff1f08ae92ce91d7bcce9fe73 (patch) | |
tree | d224ea95b173c396683f584a2fdeffb537bb2a36 /setup-disk.in | |
parent | 4abee510e6f615101764c049fe179d5f1feb1ec9 (diff) | |
download | alpine-conf-068d2a8b898a544ff1f08ae92ce91d7bcce9fe73.zip |
Fixed a typo in setup-disk usage
Diffstat (limited to 'setup-disk.in')
-rwxr-xr-x | setup-disk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-disk.in b/setup-disk.in index f7eb689..e417dc5 100755 --- a/setup-disk.in +++ b/setup-disk.in @@ -1476,7 +1476,7 @@ usage() { If DISKDEV is specified, then use the specified disk(s) without asking. If multiple disks are specified then set them up in a RAID array. If there are - mode than 2 disks, then use raid level 5 instead of raid level 1. + more than 2 disks, then use raid level 5 instead of raid level 1. options: -h Show this help |