diff options
author | stuconnolly <stuart02@gmail.com> | 2011-03-20 01:01:12 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-03-20 01:01:12 +0000 |
commit | 01153f1f9d476021d19704da4801ad434033053b (patch) | |
tree | d69994b2968bf38e2b91c8891afe63f240bc9d91 /Scripts/create-test-stubs.pl | |
parent | f9fada00f5fbe808b94eb041a08d75922ad13d3e (diff) | |
download | sequelpro-01153f1f9d476021d19704da4801ad434033053b.tar.gz sequelpro-01153f1f9d476021d19704da4801ad434033053b.tar.bz2 sequelpro-01153f1f9d476021d19704da4801ad434033053b.zip |
Fix create-test-stubs.pl script typo.
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 ac4193ca..55ded0bd 100755 --- a/Scripts/create-test-stubs.pl +++ b/Scripts/create-test-stubs.pl @@ -44,7 +44,7 @@ Usage: perl $0 [options] Possible options are: - --header (-h) Source header file path (required) + --header (-s) Source header file path (required) --output (-c) The output path (required) --author (-a) The author of the eventual test cases (required) --help (-h) Print this help message |