diff options
author | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-09-20 12:29:38 +0000 |
---|---|---|
committer | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-09-20 14:43:27 +0000 |
commit | 90db3bc945fd28106d2e55475cc14bb3beac2fa9 (patch) | |
tree | 731f9195fda807a4ecb9bcce3499b970ee4f5c70 /completions | |
parent | 502b97791498d4b1a6e00ab7868ac0983421d0ff (diff) | |
download | bfs-90db3bc945fd28106d2e55475cc14bb3beac2fa9.tar.xz |
Trim excess whitespace
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bfs.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/bfs.bash b/completions/bfs.bash index 939537e..f734ab1 100644 --- a/completions/bfs.bash +++ b/completions/bfs.bash @@ -255,7 +255,7 @@ _bfs() { return ;; -user) - # -user NAME + # -user NAME # Find files owned by the user NAME COMPREPLY=($(compgen -u -- "$cur")) return |