aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/cpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpt b/src/cpt
index cdaff42..7905d9c 100755
--- a/src/cpt
+++ b/src/cpt
@@ -2,6 +2,8 @@
bi() {
# Build and install function for cpt.
+ #
+ # shellcheck disable=2317
parser_definition() {
setup REST help:usage -- "usage: ${0##*/} bi [-dfSty] [--root ROOT] [pkg...]"
msg -- '' 'Options:'
@@ -24,6 +26,8 @@ bi() {
cbi() {
# Checksum, build and install.
+ #
+ # shellcheck disable=2317
parser_definition() {
setup REST help:usage -- "usage: ${0##*/} cbi [-dfSsty] [--root ROOT] [pkg...]"
msg -- '' 'Options:'