diff options
author | stuconnolly <stuart02@gmail.com> | 2011-03-20 11:15:16 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-03-20 11:15:16 +0000 |
commit | 2db02f9e24ab36b35d022578c8618c34fec08b5a (patch) | |
tree | da9dd766c3561d156a84e30c755a2c0489990350 /Scripts/create-test-stubs.pl | |
parent | 01153f1f9d476021d19704da4801ad434033053b (diff) | |
download | sequelpro-2db02f9e24ab36b35d022578c8618c34fec08b5a.tar.gz sequelpro-2db02f9e24ab36b35d022578c8618c34fec08b5a.tar.bz2 sequelpro-2db02f9e24ab36b35d022578c8618c34fec08b5a.zip |
Fix another typo in create-test-stubs.pl
Diffstat (limited to 'Scripts/create-test-stubs.pl')
-rwxr-xr-x | Scripts/create-test-stubs.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/create-test-stubs.pl b/Scripts/create-test-stubs.pl index 55ded0bd..bfc519c2 100755 --- a/Scripts/create-test-stubs.pl +++ b/Scripts/create-test-stubs.pl @@ -45,7 +45,7 @@ Usage: perl $0 [options] Possible options are: --header (-s) Source header file path (required) - --output (-c) The output path (required) + --output (-o) The output path (required) --author (-a) The author of the eventual test cases (required) --help (-h) Print this help message |