summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 () {