diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-12 12:09:47 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-12 12:09:47 +0200 |
commit | b7ec6550172925854e8ac7249555810aba82e6a8 (patch) | |
tree | ce9729d6918744367e2189902081cbeb3236a076 /lbu.in | |
parent | 97212b8686257e9638dd2f72ab2cfe44bb2c8a62 (diff) | |
download | alpine-conf-b7ec6550172925854e8ac7249555810aba82e6a8.zip |
lbu: fix package help text
Diffstat (limited to 'lbu.in')
-rw-r--r-- | lbu.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -277,7 +277,7 @@ usage_package() { If <dirname> nor <filename> is not specified, a package named <hostname>.apkovl.tar.gz will be created in current work directory. __EOF__ - exit 1 + exit $1 } _gen_filelist() { |