Browse Source

bitwarden: remove erroneous help text about search

Sean Farley 7 years ago
parent
commit
54086b11c9
1 changed files with 0 additions and 3 deletions
  1. 0 3
      bitwarden.el

+ 0 - 3
bitwarden.el

@@ -315,9 +315,6 @@ printed to minibuffer."
 (defun bitwarden-search (&optional search-str)
 (defun bitwarden-search (&optional search-str)
   "Search for vault for items containing SEARCH-STR.
   "Search for vault for items containing SEARCH-STR.
 
 
-If run interactively PRINT-MESSAGE gets set and password is
-printed to minibuffer.
-
 Returns a vector of hashtables of the results."
 Returns a vector of hashtables of the results."
   (let* ((args (and search-str (list "--search" search-str)))
   (let* ((args (and search-str (list "--search" search-str)))
          (ret (bitwarden--auto-cmd (append (list "list" "items") args)))
          (ret (bitwarden--auto-cmd (append (list "list" "items") args)))