Explorar o código

Fix typo in bitwarden-getpass

Marcel Wiesenhöfer %!s(int64=2) %!d(string=hai) anos
pai
achega
a3a2fcdd22
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bitwarden.el

+ 1 - 1
bitwarden.el

@@ -344,7 +344,7 @@ password if successful."
 
 If run interactively PRINT-MESSAGE gets set and password is
 printed to minibuffer."
-  (interactive "MBitwarden account name: \np")
+  (interactive "Bitwarden account name: \np")
   (bitwarden--handle-message
    (bitwarden--auto-cmd (list "get" "password" account))
    print-message))