diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-01-02 18:26:58 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-01-02 18:26:58 +0100 |
commit | 1fec1f4df6d26d63dac396a3dbae70da2c69d8a5 (patch) | |
tree | 6790ced7ed512d73201d562b9c1a66d8c2d75525 | |
parent | b0a9e52eb4ea79bb3a5bb4302abc9d0021f7871d (diff) | |
download | drminfo-1fec1f4df6d26d63dac396a3dbae70da2c69d8a5.tar.gz |
drop dirplus
-rw-r--r-- | complete.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |