diff options
| author | Paul Buetow <paul@buetow.org> | 2010-09-19 11:20:26 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-09-19 11:20:26 +0000 |
| commit | 46816b2e782c7a4fe729d0edbac12ae1c46a527a (patch) | |
| tree | f3370bdaa5ae8bd0cf0008848b47ae5a9165796e | |
| parent | af991fc9c786de343eb9cb1cbd2a25afa192d22e (diff) | |
| -rw-r--r-- | CHANGELOG.txt | 2 | ||||
| -rwxr-xr-x | pwgrep.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b0d8bb0..9e2715a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ Sun Sep 19 12:29:06 CEST 2010 - v0.7-pre-1 * New format of the CHANGELOG.txt (it's not GNU style) -* No VERSIONUPDATE on pwgrep, pwfls, pwfcat anymore +* No VERSIONUPDATE on pwgrep, pwfls, pwfcat, pwdbls anymore * Introduced new command pwupdate which will check out the newest version from the repository. * Introduced new command pwhelp which prints out a help screen @@ -168,7 +168,6 @@ function pwedit () { } function pwdbls () { - pwupdate echo Available Databases: ls *.gpg | sed 's/\.gpg$//' echo Default database: $DEFAULTPWGREPDB |
