mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-23 19:09:25 +00:00
build_static_site.sh: add --feedback-url help text (#722)
Summary: This improves the documentation for the change made in #715. Test Plan: Note that `./scripts/build_static_site.sh --help` and `yarn sharness` pass. wchargin-branch: feedback-url-help-text
This commit is contained in:
parent
f2a8205e7b
commit
08f6602389
@ -4,6 +4,7 @@ set -eu
|
|||||||
usage() {
|
usage() {
|
||||||
printf 'usage: build_static_site.sh --target TARGET\n'
|
printf 'usage: build_static_site.sh --target TARGET\n'
|
||||||
printf ' [--repo OWNER/NAME [...]]\n'
|
printf ' [--repo OWNER/NAME [...]]\n'
|
||||||
|
printf ' [--feedback-url URL]\n'
|
||||||
printf ' [--cname DOMAIN]\n'
|
printf ' [--cname DOMAIN]\n'
|
||||||
printf ' [-h|--help]\n'
|
printf ' [-h|--help]\n'
|
||||||
printf '\n'
|
printf '\n'
|
||||||
@ -14,6 +15,8 @@ usage() {
|
|||||||
printf '%s\n' '--repo OWNER/NAME'
|
printf '%s\n' '--repo OWNER/NAME'
|
||||||
printf '\t%s\n' 'a GitHub repository (e.g., torvalds/linux) for which'
|
printf '\t%s\n' 'a GitHub repository (e.g., torvalds/linux) for which'
|
||||||
printf '\t%s\n' 'to include example data'
|
printf '\t%s\n' 'to include example data'
|
||||||
|
printf '%s\n' '--feedback-url URL'
|
||||||
|
printf '\t%s\n' 'link for user feedback, shown on the prototype page'
|
||||||
printf '%s\n' '--cname DOMAIN'
|
printf '%s\n' '--cname DOMAIN'
|
||||||
printf '\t%s\n' 'configure DNS for a GitHub Pages site to point to'
|
printf '\t%s\n' 'configure DNS for a GitHub Pages site to point to'
|
||||||
printf '\t%s\n' 'the provided custom domain'
|
printf '\t%s\n' 'the provided custom domain'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user