Explorar el Código

bitwarden: remove erroneous help text about search

Sean Farley hace 7 años
padre
commit
54086b11c9
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      bitwarden.el

+ 0 - 3
bitwarden.el

@@ -315,9 +315,6 @@ printed to minibuffer."
 (defun bitwarden-search (&optional 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."
   (let* ((args (and search-str (list "--search" search-str)))
          (ret (bitwarden--auto-cmd (append (list "list" "items") args)))