aboutsummaryrefslogtreecommitdiffstats
path: root/fbtest.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-01-02 13:56:27 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-01-02 13:56:27 +0100
commit3ee2b3777bee7604037a85761f6fc2c55e902f0d (patch)
tree4563b1e91a758c950960901efd1b577d6fd6b73a /fbtest.c
parent3032bb0fd50418060f91a598d5ec1abc1b7f3efc (diff)
downloaddrminfo-3ee2b3777bee7604037a85761f6fc2c55e902f0d.tar.gz
bash completion: rest
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);