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