Commit 9ba4d44f authored by Wayne Davison's avatar Wayne Davison

Improved the usage output.

parent 350242c5
...@@ -227,9 +227,15 @@ sub check_git_status ...@@ -227,9 +227,15 @@ sub check_git_status
sub usage sub usage
{ {
die <<EOT; die <<EOT;
Usage: patch-update [OPTIONS] Usage: patch-update [OPTIONS] [patches/DIFF...]
--gen[=DIR] Include generated files. Optional dest DIR overrides "patches". Options:
--skip-check Skip the check that ensures starting with a clean branch. -b, --branch=BRANCH The master branch to merge into the patch/* branches.
--gen[=DIR] Include generated files. Optional destination DIR
arg overrides the default of using the "patches" dir.
--skip-check Skip the check that ensures starting with a clean branch.
-s, --shell Launch a shell for every patch/* branch updated, not
just when a conflict occurs.
-h, --help Output this help message.
EOT EOT
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment