Skip to content

Commit

Permalink
add helper notify
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethrrosen committed Oct 19, 2023
1 parent 6e7a238 commit 8766c27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fed_upgrader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,10 @@ else
new_template_name=$(get_new_template_name $template)
upgrade_template $template $proceed $clone $new_template_name
fi

if [ $# -eq 0 ]; then
cat >&2 <<-EOF
Usage: ${0##*/} [options] -t
...
EOF
fi

0 comments on commit 8766c27

Please sign in to comment.