From: weasel Date: Mon, 28 Feb 2005 23:20:15 +0000 (+0000) Subject: Fix a minor typo in the synopsis X-Git-Url: http://git.sthu.org/?a=commitdiff_plain;h=ae587e26378e7a47c072ed06c6c776e18ba221d3;hp=cbba892f4f6c70c00fe523b9379fbd2f10366b09;p=pgp-tools.git Fix a minor typo in the synopsis git-svn-id: svn://svn.debian.org/pgp-tools/trunk@37 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/caff/caff b/caff/caff index b8c14eb..06fc62d 100755 --- a/caff/caff +++ b/caff/caff @@ -363,7 +363,7 @@ my $DATE_STRING = sprintf("%04d-%02d-%02d", $year+1900, $mon+1, $mday); sub usage() { print STDERR "caff $VERSION - (c) 2004, 2005 Peter Palfrader\n"; - print STDERR "Usage: $PROGRAM_NAME [-u [ ...]\n"; + print STDERR "Usage: $PROGRAM_NAME [-u ] [ ...]\n"; exit 1; };