From 126759f63d8693c8d264db60cfd0f89e7b727e4a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 17 Nov 2017 17:14:39 +0100 Subject: _lr: add completion for -B --- _lr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_lr b/_lr index 327c5e7..5a30bb5 100644 --- a/_lr +++ b/_lr @@ -85,7 +85,8 @@ _arguments -S : \ '(-0 -F -l -f)-S[stat(1)-like output]' \ '(-0 -F -l -S)-f[output with custom format]:format:_lr_format' \ $timeopt \ - '-D[use depth-first traversal]' \ + '(-D)-B[use breadth-first traversal]' \ + '(-B)-D[use depth-first traversal]' \ '(-L)-H[only follow symlinks on command line]' \ '(-H)-L[follow all symlinks]' \ '-1[don'\''t go below one level of directories]' \ -- cgit 1.4.1