Procházet zdrojové kódy

Merge pull request #18 from HyperSuperMetaCtrl/fix_typo

Fix typo in bitwarden-getpass
Sean Farley před 2 roky
rodič
revize
465278e512
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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))