From 5726d59f638316f5f1fa521a583330afccfd6ec5 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Thu, 4 Mar 2010 09:37:50 +0100 Subject: [PATCH] STYLE: improved usage information for wmake --- wmake/wmake | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/wmake/wmake b/wmake/wmake index 473119fd01..6689fef099 100755 --- a/wmake/wmake +++ b/wmake/wmake @@ -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 @@ -35,27 +35,31 @@ Script=${0##*/} usage() { while [ "$#" -ge 1 ]; do echo "$1"; shift; done cat<