aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-01-02 13:57:39 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-01-02 13:57:39 +0100
commitb8d62696f3a4c50637ad57e8e40ae19b6a608575 (patch)
treefab5e93df8728076fa8e78a9e7668664f3eddf1a
parent3ee2b3777bee7604037a85761f6fc2c55e902f0d (diff)
downloaddrminfo-b8d62696f3a4c50637ad57e8e40ae19b6a608575.tar.gz
virtio fixup
-rw-r--r--virtiotest.c2
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);