diff options
author | Vincent Breitmoser <look@my.amazin.horse> | 2018-08-22 12:20:37 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-08-22 15:20:25 +0200 |
commit | 147301d16c9da52b6058331705304dc2482520b6 (patch) | |
tree | a644134477177cdbc75f7d36e3c68a5b48373219 /contrib | |
parent | 0b6080219b0237344e6702bc64a8cb09743befbc (diff) | |
download | mblaze-147301d16c9da52b6058331705304dc2482520b6.tar.gz mblaze-147301d16c9da52b6058331705304dc2482520b6.tar.xz mblaze-147301d16c9da52b6058331705304dc2482520b6.zip |
contrib/_mblaze: mflag takes a message argument, not directory
Closes: #125 [via git-merge-pr]
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/_mblaze | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/_mblaze b/contrib/_mblaze index fb3c5d0..fd0d917 100644 --- a/contrib/_mblaze +++ b/contrib/_mblaze @@ -178,7 +178,7 @@ _mflag() { '(-T)-t[unmark as trashed]' \ '-x[unmark with characters]:marked chacaters: ' \ '-v[read messages from standard input or current sequence]' \ - '*:dirs:_mblaze_dirs' + '*:messages:_mblaze_message' } _mflow() { |