diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-01-02 14:57:11 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-01-02 14:57:11 +0100 |
commit | 30ac6fed46b7f8080920310993d14a40afa7649d (patch) | |
tree | d9e74168b60856b3ab9f2fc4df6834310f498526 | |
parent | 9d9260615369a488b21b12514e7cade5e90fd3a6 (diff) | |
download | drminfo-30ac6fed46b7f8080920310993d14a40afa7649d.tar.gz |
drop comment
-rw-r--r-- | complete.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -5,10 +5,6 @@ #include "complete.h" -/* - * generate simple bash completion for getopt long, - * using "complete -W". - */ #define CASE_IMAGE \ " --image)\n" \ " COMPREPLY=( $(compgen -f -- \"$cur\") )\n" \ |