lib/Tools/findlogics
changeset 28650 a7ba12e0d3b7
parent 27201 e0323036bcf2
child 29143 72c960b2b83e
equal deleted inserted replaced
28649:58ab885469f5 28650:a7ba12e0d3b7
     9 PRG=$(basename "$0")
     9 PRG=$(basename "$0")
    10 
    10 
    11 function usage()
    11 function usage()
    12 {
    12 {
    13   echo
    13   echo
    14   echo "Usage: $PRG"
    14   echo "Usage: isabelle $PRG"
    15   echo
    15   echo
    16   echo "  Collect heap file names from ISABELLE_PATH."
    16   echo "  Collect heap file names from ISABELLE_PATH."
    17   echo
    17   echo
    18   exit 1
    18   exit 1
    19 }
    19 }