mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Scripts in bin: made -help flag message consistent
This commit is contained in:
@ -40,7 +40,7 @@ usage() {
|
||||
|
||||
Usage: ${0##*/} [OPTIONS]
|
||||
options:
|
||||
-help | -h help
|
||||
-help | -h print the usage
|
||||
|
||||
Helper script used by the Allclean scripts in the OpenFOAM tutorials
|
||||
USAGE
|
||||
|
||||
@ -38,7 +38,7 @@ Usage: ${0##*/} [OPTIONS] ...
|
||||
options:
|
||||
-dir | -d <dir> directory containing png images (default local dir)
|
||||
-fps | -f <fps> frames per second (default = 10)
|
||||
-help | -h help
|
||||
-help | -h print the usage
|
||||
-image | -i <name> name of image sequence (default = image)
|
||||
-out | -o <name> name of output video file (default = video)
|
||||
-start | -s <frame> specify the start frame number for avconv
|
||||
|
||||
@ -36,7 +36,7 @@ usage() {
|
||||
|
||||
Usage: ${0##*/}
|
||||
options:
|
||||
-help | -h help
|
||||
-help | -h print the usage
|
||||
|
||||
Build the Ebrowse database for all the .H and .C files
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ usage() {
|
||||
cat<<USAGE
|
||||
Usage: $Script [OPTIONS] <application>
|
||||
options:
|
||||
-help | -h help
|
||||
-help | -h print the usage
|
||||
|
||||
Create directory with source and compilation files for a new application
|
||||
<application> (dir)
|
||||
|
||||
@ -36,7 +36,7 @@ usage() {
|
||||
cat<<USAGE
|
||||
Usage: $Script [OPTIONS] <base> <type> <boundaryConditionName>
|
||||
options:
|
||||
-help | -h help
|
||||
-help | -h print the usage
|
||||
|
||||
Create directory of source and compilation files for a new boundary condition
|
||||
<boundaryConditionName> (dir)
|
||||
|
||||
@ -43,7 +43,7 @@ usage() {
|
||||
cat<<USAGE
|
||||
Usage: $Script [OPTIONS] <functionObject>
|
||||
options:
|
||||
-help | -h help
|
||||
-help | -h print the usage
|
||||
|
||||
Create directory with source and compilation files for a new function object
|
||||
<functionObject> (dir)
|
||||
|
||||
@ -43,7 +43,7 @@ usage() {
|
||||
|
||||
Usage: ${0##*/} [OPTIONS]
|
||||
options:
|
||||
-help | -h help
|
||||
-help | -h print the usage
|
||||
-skipFirst | -s do not execute the first Allrun script
|
||||
-test | -t run test loop
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@ usage() {
|
||||
Usage: $Script [OPTIONS] <directory> <filename> <keyword>
|
||||
options:
|
||||
-count | -c prefix lines by the number of occurrences
|
||||
-help | -h help
|
||||
-help | -h print the usage
|
||||
|
||||
Searches the <directory> for files named <filename> and extracts entries with
|
||||
<keyword>. Sorts result into a list of unique entries (removing repeats).
|
||||
|
||||
@ -48,7 +48,7 @@ options:
|
||||
options:
|
||||
-case | -c <dir> specify case directory (default = local dir)
|
||||
-dir | -d <dir> post-processing directory <dir> (default = postProcessing)
|
||||
-help | -h help
|
||||
-help | -h print the usage
|
||||
-out | -o <dir> output links directory <dir> (default = sequencedVTK)
|
||||
|
||||
Creates symbolic links to all VTK files in a post-processing directory
|
||||
|
||||
@ -42,7 +42,7 @@ usage() {
|
||||
|
||||
Usage: ${0##*/}
|
||||
options:
|
||||
-help | -h help
|
||||
-help | -h print the usage
|
||||
|
||||
Build the tags files for all the .C and .H files
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ usage() {
|
||||
cat<<USAGE
|
||||
Usage: ${0##*/} [OPTIONS] [dir1] .. [dirN]
|
||||
options:
|
||||
-help | -h help
|
||||
-help | -h print the usage
|
||||
|
||||
Remove all core files
|
||||
USAGE
|
||||
|
||||
@ -33,7 +33,7 @@ usage() {
|
||||
cat<<USAGE
|
||||
Usage: ${0##*/} [OPTIONS] [dir1] .. [dirN]
|
||||
options:
|
||||
-help | -h help
|
||||
-help | -h print the usage
|
||||
|
||||
Remove all backup *~ files
|
||||
USAGE
|
||||
|
||||
Reference in New Issue
Block a user