rename subcmds/new/key -> subcmds/new/cache-key
This commit is contained in:
parent
3fd30e1506
commit
7b3e7a2473
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
USAGE="${BOLD}${UNDERLINE}${RED}Usage${RESET}
|
USAGE="${BOLD}${UNDERLINE}${RED}Usage${RESET}
|
||||||
${BOLD}${GREEN}$THIS new key [option...]${RESET}
|
${BOLD}${GREEN}$THIS new cache-key [option...]${RESET}
|
||||||
|
|
||||||
${BOLD}${UNDERLINE}${RED}Options${RESET}
|
${BOLD}${UNDERLINE}${RED}Options${RESET}
|
||||||
${BOLD}${MAGENTA}-h, --help${RESET} Show this message (^_^)
|
${BOLD}${MAGENTA}-h, --help${RESET} Show this message (^_^)
|
||||||
|
|
@ -22,7 +22,7 @@ ${BOLD}${UNDERLINE}${RED}Options${RESET}
|
||||||
${BOLD}${MAGENTA}-h, --help${RESET} Show this message (^_^)
|
${BOLD}${MAGENTA}-h, --help${RESET} Show this message (^_^)
|
||||||
|
|
||||||
${BOLD}${UNDERLINE}${RED}Subcommands${RESET}
|
${BOLD}${UNDERLINE}${RED}Subcommands${RESET}
|
||||||
${BOLD}${CYAN}key${RESET} Generate a new binary-cache signing keypair"
|
${BOLD}${CYAN}cache-key${RESET} Generate a new binary-cache signing keypair
|
||||||
|
|
||||||
# parse all args
|
# parse all args
|
||||||
SUBCMD=false # where a subcommand was specified
|
SUBCMD=false # where a subcommand was specified
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue