diff options
-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); |