* Add -h and -v short options.

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=314252
wilder
Michael Pyne 22 years ago
parent 3f78f89bd1
commit a0b7363471
  1. 6
      kdecvs-build

@ -390,9 +390,9 @@ sub process_arguments
while ($_ = shift @ARGV)
{
SWITCH: {
/^--version$/ && do { print $version; finish(); };
/^--author$/ && do { print $author; finish(); };
/^--help$/ && do {
/^(-v)|(--version)$/ && do { print $version; finish(); };
/^--author$/ && do { print $author; finish(); };
/^(-h)|(--help)$/ && do {
print <<DONE;
kdecvs-build version $version
This script automates (well, attempts to :-) ) the download, build,

Loading…
Cancel
Save