From 5dcb96b8c50f51f045cedb48513d6186d2935902 Mon Sep 17 00:00:00 2001 From: cdfrey Date: Fri, 21 Dec 2007 21:16:09 +0000 Subject: [PATCH] - applied wording correction patch to btool from Matt LaPlante --- ChangeLog | 2 ++ tools/btool.cc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 57ad3e93..190f11f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Release: version 0.12 - 2007/12/?? ------------------------------------------------------------------------------ +2007/12/21 + - applied wording correction patch to btool from Matt LaPlante 2007/12/07 - changed hard coded databases names in btool to calls to ::GetDBName() diff --git a/tools/btool.cc b/tools/btool.cc index 9b09f8ae..22e2f2dd 100644 --- a/tools/btool.cc +++ b/tools/btool.cc @@ -74,7 +74,7 @@ void Usage() << " Unmap: ldif name alone\n" << " -M List current LDIF mapping\n" << " -p pin PIN of device to talk with\n" - << " If only one device plugged in, this flag is optional\n" + << " If only one device is plugged in, this flag is optional\n" << " -P pass Simplistic method to specify device password\n" << " -s db Save database 'db' TO device from data loaded from -f file\n" << " -S Show list of supported database parsers\n" -- 2.11.4.GIT