From 1d45951e6a2a1d2cfea644da93de69d05958cf96 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 23 Jan 2005 17:20:41 +0000 Subject: [PATCH] Removed spurious newline from help message (bug report from Karl Berry). --- locate/updatedb.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/locate/updatedb.sh b/locate/updatedb.sh index 873510b..671751a 100644 --- a/locate/updatedb.sh +++ b/locate/updatedb.sh @@ -20,14 +20,13 @@ # csh original by James Woods; sh conversion by David MacKenzie. usage="\ -Usage: updatedb [--findoptions='-option1 -option2...'] +Usage: $0 [--findoptions='-option1 -option2...'] [--localpaths='dir1 dir2...'] [--netpaths='dir1 dir2...'] [--prunepaths='dir1 dir2...'] [--prunefs='fs1 fs2...'] [--output=dbfile] [--netuser=user] [--localuser=user] [--old-format] [--version] [--help] - Report bugs to . - " +Report bugs to ." changeto=/ old=no for arg -- 2.11.4.GIT