Commit dd1f0da8 authored by Wayne Davison's avatar Wayne Davison

Improved the usage message.

parent 38a4bd43
...@@ -104,7 +104,7 @@ if ($incl_generated_files) { ...@@ -104,7 +104,7 @@ if ($incl_generated_files) {
} }
sleep 1 if $last_touch == time; sleep 1 if $last_touch == time;
system "git checkout master" and die $!; system "git checkout master" and exit 1;
exit; exit;
...@@ -181,7 +181,7 @@ sub usage ...@@ -181,7 +181,7 @@ sub usage
die <<EOT; die <<EOT;
Usage: patch-update [OPTIONS] Usage: patch-update [OPTIONS]
--gen[=DIR] Inlcude generated files. --gen[=DIR] Include generated files. Optional dest DIR overrides "patches".
--skip-check Skip the master-branch, clean-checkout check. --skip-check Skip the check that ensures starting with a clean master branch.
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