Blame src/env/mpixxx_opts.conf.in

Packit Service c5cf8c
Packit Service c5cf8c
MYCMD=`echo "$0" | sed 's%\/% %g' | awk '{print $NF}' -`
Packit Service c5cf8c
Packit Service c5cf8c
cat <<_EOF
Packit Service c5cf8c
Usage: $MYCMD [options] file....
Packit Service c5cf8c
Packit Service c5cf8c
Available $MYCMD options:
Packit Service c5cf8c
    -echo         - Show exactly what this program is doing.
Packit Service c5cf8c
                    This option should normally not be used.
Packit Service c5cf8c
    -show         - Show the commands that would be used without runnning them.
Packit Service c5cf8c
    -compile-info - Show how to compile a program.
Packit Service c5cf8c
    -link-info    - Show how to link a program.
Packit Service c5cf8c
    -v            - Version info of $MYCMD and its native compiler $NC.
Packit Service c5cf8c
    -help         - Give this help message.
Packit Service c5cf8c
    -profile=XXX  - Use profiling configuration file,
Packit Service c5cf8c
                    $sysconfdir/XXX.conf
Packit Service c5cf8c
                    As a special case, libXXX.so or libXXX.la may be used
Packit Service c5cf8c
                    if the library is in $libdir.
Packit Service c5cf8c
    -config=XXX   - Use configuration file, $MYCMD-XXX.conf.
Packit Service c5cf8c
_EOF