diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-01-02 13:57:39 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-01-02 13:57:39 +0100 |
commit | b8d62696f3a4c50637ad57e8e40ae19b6a608575 (patch) | |
tree | fab5e93df8728076fa8e78a9e7668664f3eddf1a | |
parent | 3ee2b3777bee7604037a85761f6fc2c55e902f0d (diff) | |
download | drminfo-b8d62696f3a4c50637ad57e8e40ae19b6a608575.tar.gz |
virtio fixup
-rw-r--r-- | virtiotest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtiotest.c b/virtiotest.c index 76b5b23..7a72185 100644 --- a/virtiotest.c +++ b/virtiotest.c @@ -314,7 +314,7 @@ int main(int argc, char **argv) listformat = true; break; case OPT_LONG_COMP_BASH: - complete_bash("prime", long_opts); + complete_bash("virtiotest", long_opts); exit(0); case 'h': usage(stdout); |