ENH: add -builtin option to paraFoam (VTK builtin OpenFOAM reader)

- Also adjusted formatting of usage to match what argList generates
This commit is contained in:
Mark Olesen
2010-02-05 08:36:44 +01:00
parent a562969196
commit 07283ff315
25 changed files with 69 additions and 59 deletions

View File

@ -3,7 +3,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd.
# \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd.
# \\/ M anipulation |
#-------------------------------------------------------------------------------
# License
@ -32,7 +32,7 @@
usage() {
while [ "$#" -ge 1 ]; do echo "$1"; shift; done
cat<<USAGE 1>&2
usage: ${0##*/} [file]
Usage: ${0##*/} [file]
Remove all .dep files or remove .dep files referring to <file>