diff options
author | Nick Hanley <nicholasjhanley@gmail.com> | 2022-07-03 22:20:45 -0400 |
---|---|---|
committer | Nick Hanley <nicholasjhanley@gmail.com> | 2022-07-03 22:24:14 -0400 |
commit | 4a47547e5fd10468371a2c23a867f6c4cbd66146 (patch) | |
tree | f5e5340bf2af101a472e849003e2ae383de3cbf4 | |
parent | 44f820037729e03ab2c9b4f2d68bad0d943b610a (diff) | |
download | alpine-conf-4a47547e5fd10468371a2c23a867f6c4cbd66146.zip |
lbu: update include/exclude list paths in usage
-rw-r--r-- | lbu.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -217,7 +217,7 @@ unpack_apkovl() { usage_include() { cat <<-__EOF__ $PROGRAM $VERSION - Add filename(s) to include list ($sysconfdir/include) + Add filename(s) to include list ($LBU_LIST) usage: $PROGRAM include|inc|add [-rv] <file> ... $PROGRAM include|inc|add [-v] -l @@ -510,7 +510,7 @@ cmd_commit() { usage_exclude() { cat <<-__EOF__ $PROGRAM $VERSION - Add filename(s) to exclude list ($sysconfdir/exclude) + Add filename(s) to exclude list ($LBU_LIST) usage: $PROGRAM exclude|ex|delete [-rv] <file> ... $PROGRAM exclude|ex|delete [-v] -l |