Change description to show dispass.el is a wrapper
When looking at dispass.el through ELPA it was not clear that dispass.el is only a wrapper around DisPass and does not actually do any of the work itself.
This commit is contained in:
parent
5a231647d8
commit
09e65e6a35
2 changed files with 6 additions and 1 deletions
5
NEWS
5
NEWS
|
@ -1,5 +1,10 @@
|
|||
# -*- mode: org; -*-
|
||||
|
||||
* Changes since
|
||||
|
||||
- Change the description to emphasize the idea that ~dispass.el~ is
|
||||
only a wrapper around DisPass.
|
||||
|
||||
* Changes in v1.1.1
|
||||
|
||||
- Clean up the output from DisPass when prompting, trim whitespace
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; dispass.el --- Generate and disperse/dispell passwords
|
||||
;;; dispass.el --- Emacs wrapper for DisPass
|
||||
|
||||
;; Copyright (C) 2012 Tom Willemsen <tom@ryuslash.org>
|
||||
|
||||
|
|
Loading…
Reference in a new issue