about summary refs log tree commit homepage
path: root/t/lei.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-07 08:51:55 +0000
committerEric Wong <e@80x24.org>2021-02-07 22:57:14 +0000
commitc1ea28b62d19bb7c77a275497899382df344eb52 (patch)
treeee1ad4872e84822f232e732c63bd2263b1373a6d /t/lei.t
parent0727032b33a7dc3b5ac4c63e267a12df244ea650 (diff)
downloadpublic-inbox-c1ea28b62d19bb7c77a275497899382df344eb52.tar.gz
While "mua-cmd" may be more accurate, nobody is expected
to type 4 extra characters.  It's a needless ambiguity
with no precedence or prior art to follow.

Link: https://public-inbox.org/meta/20210206090119.GA14519@dcvr/
Diffstat (limited to 't/lei.t')
-rw-r--r--t/lei.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lei.t b/t/lei.t
index f789f63a..8e771eb5 100644
--- a/t/lei.t
+++ b/t/lei.t
@@ -104,7 +104,7 @@ my $test_completion = sub {
         ok($lei->(qw(_complete lei q)), 'complete q (no args)');
         %out = map { $_ => 1 } split(/\s+/s, $lei_out);
         for my $sw (qw(-f --format -o --output --mfolder --augment -a
-                        --mua --mua-cmd --no-local --local --verbose -v
+                        --mua --no-local --local --verbose -v
                         --save-as --no-remote --remote --torsocks
                         --reverse -r )) {
                 ok($out{$sw}, "$sw offered as `lei q' completion");