Scripts in bin: made -help flag message consistent

This commit is contained in:
Chris Greenshields
2017-05-29 22:02:05 +01:00
parent d3924a4bbf
commit 2d0ccb4f8e
12 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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

View File

@ -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).

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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