aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-01-02 18:26:58 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-01-02 18:26:58 +0100
commit1fec1f4df6d26d63dac396a3dbae70da2c69d8a5 (patch)
tree6790ced7ed512d73201d562b9c1a66d8c2d75525
parentb0a9e52eb4ea79bb3a5bb4302abc9d0021f7871d (diff)
downloaddrminfo-1fec1f4df6d26d63dac396a3dbae70da2c69d8a5.tar.gz
drop dirplus
-rw-r--r--complete.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/complete.c b/complete.c
index b1bc3d2..916345c 100644
--- a/complete.c
+++ b/complete.c
@@ -7,8 +7,8 @@
#include "complete.h"
#define CASE_IMAGE \
- " --image)\n" \
- " COMPREPLY=( $(compgen -f -o plusdirs -X '!*.@(jpg|jpeg|png)' -- \"$cur\") )\n" \
+ " --image)\n" \
+ " COMPREPLY=( $(compgen -f -X '!*.@(jpg|jpeg|png)' -- \"$cur\") )\n" \
" ;;\n"
#define CASE_CARD \