Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3536

Show
Ignore:
Timestamp:
05/30/08 16:24:57 (6 months ago)
Author:
larsivi
Message:

Print usage on no arguments - thanks mandel, closes #1121

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/build-tango.sh

    r3496 r3536  
    1616 
    1717usage() { 
    18     echo 'Usage: build-tango.sh [--help] identifier 
     18    echo 'Usage: build-tango.sh <options> identifier 
    1919Options: 
    2020  --help: Will print this help text 
     
    145145fi 
    146146 
     147if [ "$#" == "0" ] 
     148then 
     149    usage 
     150fi 
     151 
    147152while [ "$#" != "0" ] 
    148153do