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 | "")