Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-03-01 15:17:07 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-01 15:17:07 +0200
commitbe5b0e747d2157ee82829afa9c3192608688b29f (patch)
tree4c441a1b2259a86ffe8fdd09d4b4e8df70d34274
parent8b8460731ddff4e6f6c3c9783770bdef04aa7b23 (diff)
Remove duplicate line added by accident
-rw-r--r--src/makechrootpkg.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makechrootpkg.in b/src/makechrootpkg.in
index 57a5d23..a4f0cee 100644
--- a/src/makechrootpkg.in
+++ b/src/makechrootpkg.in
@@ -46,7 +46,6 @@ usage() {
echo ' end-of-options marker (--) will be passed to makepkg.'
echo ''
echo ' The chroot dir consists of the following directories:'
- echo ' The chroot dir consists of the following directories:'
echo ' <chrootdir>/{root, copy} but only "root" is required'
echo ' by default. The working copy will be created as needed'
echo ''