reorder args in usage doc

This commit is contained in:
Chris Penner 2022-10-18 16:57:24 -06:00
parent fc5a8105aa
commit fd2317623c

View File

@ -11,8 +11,8 @@ usage() {
echo "NOTE: must be run from the root of the project."
echo "Usage: $0 VERSION SHARE_BASE_PATH [TARGET]"
echo "VERSION: The version you're releasing, e.g. M4a"
echo "TARGET: The revision to make the release from, defaults to 'trunk'"
echo "SHARE_BASE_PATH: Which base version to pull from share, e.g. 'unison.public.base.releases.M4'"
echo "TARGET: The revision to make the release from, defaults to 'trunk'"
echo ""
echo "E.g."
echo "$0 M4a"