summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2010-07-30 21:38:29 +0000
committerPaul Buetow <paul@buetow.org>2010-07-30 21:38:29 +0000
commit5c3fd88930c4bba4f8ec3ba5d87bdf3ead4d7293 (patch)
tree418a70a1f33b2f80b278f2fe0012c515727cb97d
parentb398860797abb31a7e9e42bf500d2446c7cbf6f9 (diff)
info message modified
-rwxr-xr-xpwgrep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwgrep.sh b/pwgrep.sh
index cefe30d..3d1c180 100755
--- a/pwgrep.sh
+++ b/pwgrep.sh
@@ -163,7 +163,7 @@ function pwdbls () {
[ -z $NOVERSIONING ] && $VERSIONUPDATE 2>&1 >/dev/null
echo Available Databases:
ls *.gpg | sed 's/\.gpg$//'
- echo Current default: $DEFAULTPWGREPDB
+ echo Default database: $DEFAULTPWGREPDB
}
function pwfls () {