Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +# Revision 1.84 1997/06/13 14:08:23 peterg +# Changed default rep.txt +# # Revision 1.83 1997/06/13 09:18:28 peterg # Removed all params.m # # Revision 1.82 1997/06/13 08:59:03 peterg # Set to version 2.4 @@ -336,26 +339,27 @@ echo 'Type `mtt warranty'\' 'for details.' echo fi if [ -z "$1" ]; then - echo 'Usage: mtt help' - echo ' mtt info' - echo ' mtt info topic' - echo ' mtt manual' - echo ' mtt warranty' - echo ' mtt clean' - echo ' mtt clean' - echo ' mtt copy ' - echo ' mtt vc' - echo ' mtt ' - echo ' mtt ' - echo 'Options: -q quiet mode' - echo ' -c c-code generation' - echo ' -o ode and dae are the same' - echo ' -s use switch (ISW and CSW) components' - exit + echo 'Usage: mtt help -- mtt on-line help' + echo ' mtt info -- info-based manual' + echo ' mtt info topic' + echo ' mtt hinfo -- hypertext manual' + echo ' mtt manual -- dvi manual' + echo ' mtt warranty' + echo ' mtt clean' + echo ' mtt clean' + echo ' mtt copy ' + echo ' mtt vc' + echo ' mtt ' + echo ' mtt ' + echo 'Options: -q quiet mode' + echo ' -c c-code generation' + echo ' -o ode and dae are the same' + echo ' -s use switch (ISW and CSW) components' + exit fi if [ "$1" = "info" ] && [ "$3" = "" ]; then echo Invoking info @@ -473,11 +477,11 @@ path_name=$3 if [ -z "$path_name" ]; then path_name=$MTTPATH/lib/examples fi echo Copying system $2 to here from $3 - find $path_name -name "$2_*.???" -exec cp {} . \; + find $path_name -name "$2_*.*" -exec cp {} . \; fi exit fi # Copy CRs from the library