#!/bin/tcsh -f
cat << EOF
    config related commands may be invoked without going to Util or 
    Util/Geomview.  Usage will be shown by invoking without argments.

    configMenu:               Show this summary

    usenewvol config:         If config contains some new volume-shapes 
			      not so frequently used. Prepare to use it.
                              Need not put ./ before the file name.
			       
    expandconfig config:      Get expanded config information.
                              Note: redirection will get some
                              garbage too.

    mkdrawconfig:             Make executalbe to draw  config files
                              ('usenewvol'  will do this too)

    drawconfig config         Prepare to draw a given config file. 
                              Need not put ./ before the file name.

    dispconfigbygeomv         Using Geomview, show the config prepared
                              as above

    disptracebygeomv argments Show trace data (with the detector, if 
                              specified).
                              The path to the trace data must be
                              aboslute path (e.g, /tmp/$USER/tracexx) or 
                              starting with ~/

EOF

