From 6c759ff7ecf4266dc4de3b3ac94e25a9b1839949 Mon Sep 17 00:00:00 2001 From: CLHatch Date: Sat, 25 Oct 2025 00:33:16 -0500 Subject: [PATCH] Add the missing `--config-pm` and `--config-pm-auto` usage text --- .includes/usage.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.includes/usage.sh b/.includes/usage.sh index b3d87e4cbb..8f673870ec 100644 --- a/.includes/usage.sh +++ b/.includes/usage.sh @@ -106,6 +106,15 @@ ${C["UsageCommand"]-}-c --compose${NC-} < ${C["UsageOption"]-}pull${NC-} | ${C[" The '${C["UsageOption"]-}update${NC-}' command is the same as a '${C["UsageOption"]-}pull${NC-}' followed by an '${C["UsageOption"]-}up${NC-}' ${C["UsageCommand"]-}-c --compose${NC-} < ${C["UsageOption"]-}generate${NC-} | ${C["UsageOption"]-}merge${NC-} >${NC-} Generates the '${C["UsageFile"]-}docker-compose.yml${NC-} file +EOF + ;;& + --config-pm | --config-pm-auto | "") + Found=1 + cat << EOF +${C["UsageCommand"]-}-T --config-pm${NC-} ${C["UsageOption"]-}${NC-} + Select the specified package manager to install dependencies +${C["UsageCommand"]-}-T --config-pm-auto${NC-} + Autodetect the package manager EOF ;;& --config-pm-list | "")