diff options
Diffstat (limited to 'initcpio')
-rw-r--r-- | initcpio/install/pacredir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initcpio/install/pacredir b/initcpio/install/pacredir index f9663af..30d248f 100644 --- a/initcpio/install/pacredir +++ b/initcpio/install/pacredir @@ -5,7 +5,7 @@ build() { } help() { - echo 'This hook adds servers to pacredir.conf from inside initramfs.' + echo 'This hook adds peers to pacredir.conf from inside initramfs.' echo 'Useless for installed systems, but can be handy with' echo 'no-persistent configurations.' } |