Mark Olesen
5947f9a337
ENH: more succinct output from command-line errors.
...
- unknown options or missing option values now emit a shorter message
without the entire usage. This makes it easier to identify the errors
and is better aligned with the behaviour of GNU system tools.
====
$ simpleFoam -case
Using: OpenFOAM-plus (see www.OpenFOAM.com)
Build: plus-01234
Error: option '-case' requires an argument
See 'simpleFoam -help' for usage
====
- provide for reduced (-help) and full (-help-full) usage information.
In many cases the reduced usage provided sufficient and easier
to find the information.
- make -srcDoc an alias for -doc-source
- no warnings about option aliases for future dates.
2017-11-24 10:27:11 +01:00
Mark Olesen
46ecad8f7a
STYLE: make wmake scripts look more POSIX-like
...
- also add some comments about the side-effects
2017-02-10 11:38:12 +01:00
andy
fd9d801e2d
GIT: Initial commit after latest foundation merge
2016-04-25 11:40:48 +01:00
Henry Weller
350d03246e
scripts: Reformat with consistent section separators
2016-02-15 18:30:24 +00:00
Andrew Heather
8837a89237
STYLE: Updated links from openfoam.org to openfoam.com
2015-12-09 15:03:05 +00:00
Henry
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
Mark Olesen
f691fe7896
STYLE: more consistent use of stderr for script usage
2011-02-15 16:48:26 +01:00
andy
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
andy
14d1300a36
Revert "STyLE: More 2011 copyright dates (non-code)."
...
This reverts commit 2e1e671d96
.
2011-01-05 18:25:32 +00:00
graham
2e1e671d96
STyLE: More 2011 copyright dates (non-code).
2011-01-05 11:48:24 +00:00
henry
ccfb6e32a6
Corrected headers.
2010-06-23 16:54:54 +01:00
Mark Olesen
f7b0b7ca71
STYLE: drop 'getopt' in favour of hand-rolled option parsing
...
- improves flexibility and allows more consistent long options
2010-04-09 16:55:47 +02:00
Mark Olesen
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
henry
62c2f4d1bb
Corrected header formatting.
2010-03-03 09:30:11 +00:00
Mark Olesen
07283ff315
ENH: add -builtin option to paraFoam (VTK builtin OpenFOAM reader)
...
- Also adjusted formatting of usage to match what argList generates
2010-02-05 08:36:44 +01:00
Mark Olesen
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
Mark Olesen
a15d0f8ad4
output banner cosmetics
...
- move url to lower right: makes version information stand out better
2008-12-18 20:29:24 +01:00
Mark Olesen
50a2ddfcc7
bin/ wmake/ script updates
...
- send error messages to stderr
- added -h/-help options where some were missing
- changed 3-space to 4-space indentation
- where possible, allow multiple directories from the command-line
2008-10-22 14:33:59 +02:00
Mark Olesen
3bc28f6cb0
foamUpdate scripts - avoid destroying soft-links or trashing existing {RAS,LES}Properties
2008-08-08 23:15:28 +02:00
Mark Olesen
1884b91c8c
bin/script changes
...
foamUpdateCaseFileHeader:
- handle multiple files
- use fixed version width
- replace grep/tr/cut -> sed
foamUpgradeTurbulenceProperties:
- handle multiple files
2008-07-17 23:26:54 +02:00
Mark Olesen
c20da53cda
updated Copyright for new files
2008-06-26 08:52:10 +02:00
henry
4ff7707576
New script to massage case headers
2008-06-25 15:35:55 +01:00