diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-12 12:30:43 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-12 12:30:43 +0200 |
commit | 19c0a828f54f3dcf2b9a6e8a3bf4c3f46b16f72a (patch) | |
tree | ed4148945fa12f1cbc0ad0aaa8c34e8dc3a3a1ee /lbu.in | |
parent | 01599a8de056f9a90ebd48f673705e8207a59e4c (diff) | |
download | alpine-conf-19c0a828f54f3dcf2b9a6e8a3bf4c3f46b16f72a.zip |
lbu: fix lbu status usage
Diffstat (limited to 'lbu.in')
-rw-r--r-- | lbu.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -617,7 +617,7 @@ usage_status() { -a Compare all files, not just since last commit. -v Also show include and exclude lists. __EOF__ - exit 1 + exit $1 } cmd_status() { |