Changeset 383


Ignore:
Timestamp:
10/24/12 15:56:14 (11 years ago)
Author:
aclsce
Message:
  • Fixed small bug
  • Added possibility to use -h, --help, -help command
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/make_xios

    r381 r383  
    1212   do 
    1313      case $1 in 
    14          "-h") 
     14         "-h"|"--help"|"-help") 
    1515            echo "make_xios - installs XIOS on your architecture" 
    1616            echo "make_xios [options]" 
     
    3333         "--debug") compil_mode="debug" ; shift ;; 
    3434         "--arch")  arch=$2     ; shift ; shift ;; 
    35          "--") ls arch/*.fcm | cut -d"-" -f2 | cut -d"." -f1 ; exit ;;  
     35         "--avail") ls arch/*.fcm | cut -d"-" -f2 | cut -d"." -f1 ; exit ;;  
    3636         "--full")  compil_full="true"  ; shift ;; 
    3737         "--use_oasis")  use_oasis="true"  ; shift  ;; 
Note: See TracChangeset for help on using the changeset viewer.