From e07e9eb2da2d92ac1ac46079122150020b2c05cb Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 23 Jan 2021 23:43:01 +0100 Subject: [PATCH] Fix typo in vst3-scanner --help text --- libs/fst/vst3-scanner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/fst/vst3-scanner.cc b/libs/fst/vst3-scanner.cc index 22588bb3e1..09ecf40b47 100644 --- a/libs/fst/vst3-scanner.cc +++ b/libs/fst/vst3-scanner.cc @@ -117,7 +117,7 @@ usage () printf ("ardour-vst3-scanner - load and index VST3 plugins.\n\n"); printf ("Usage: ardour-vst3-scanner [ OPTIONS ] []*\n\n"); printf ("Options:\n\ - -f, --force Force update ot cache file\n\ + -f, --force Force update of cache file\n\ -h, --help Display this help and exit\n\ -q, --quiet Hide usual output, only print errors\n\ -v, --verbose Give verbose output (unless quiet)\n\