aboutsummaryrefslogtreecommitdiffstats
path: root/fbtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbtest.c')
-rw-r--r--fbtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbtest.c b/fbtest.c
index 082e6b9..7c178f6 100644
--- a/fbtest.c
+++ b/fbtest.c
@@ -135,7 +135,7 @@ int main(int argc, char **argv)
image = load_image(optarg);
break;
case OPT_LONG_COMP_BASH:
- complete_bash("fbinfo", long_opts);
+ complete_bash("fbtest", long_opts);
exit(0);
case 'h':
usage(stdout);