From d32ab94c5b6ffcfb018a3dc044a14b653baae240 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 28 Sep 2009 12:28:00 +0200 Subject: [PATCH] userlist.macosx.sh: Update copyright and usage information --- userlist.macosx.sh | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/userlist.macosx.sh b/userlist.macosx.sh index f9f0f2f..1ed6030 100755 --- a/userlist.macosx.sh +++ b/userlist.macosx.sh @@ -1,4 +1,25 @@ #!/bin/bash +# +# listusers.sh +# Copyright (c)2008,2009 Barton IT-Consulting, Alexander Barton +# +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# + +RELEASE="2" + +Usage() { + echo "$NAME (userlist.macosx.sh) release $RELEASE" + echo "Copyright (c)2008,2009 Barton IT-Consulting, Alex Barton (alex@barton-it.de)" + echo + echo "This is free software; see the source for copying conditions. There is NO" + echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + echo + echo "Usage: $0 [--all|-a] [--local|-l]" + echo + exit 1 +} while [ -n "$1" ]; do case "$1" in @@ -9,7 +30,7 @@ while [ -n "$1" ]; do LOCAL=1 ;; *) - echo "Usage: $0 [--local|-l]" + Usage exit 1 esac shift -- 2.39.2