Marcel Wiesenhöfer 2 лет назад
Родитель
Сommit
a3a2fcdd22
1 измененных файлов с 1 добавлено и 1 удалено
  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
 If run interactively PRINT-MESSAGE gets set and password is
 printed to minibuffer."
 printed to minibuffer."
-  (interactive "MBitwarden account name: \np")
+  (interactive "Bitwarden account name: \np")
   (bitwarden--handle-message
   (bitwarden--handle-message
    (bitwarden--auto-cmd (list "get" "password" account))
    (bitwarden--auto-cmd (list "get" "password" account))
    print-message))
    print-message))