utils/evl: nitpicking on usage string

This commit is contained in:
Philippe Gerum 2020-01-09 16:21:49 +01:00
parent b2787140b4
commit 583b4b08ab
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ static char *find_install_dir(const char *arg0, const char *subdir)
static void usage(void)
{
fprintf(stderr, "usage: evl [options] <command> [<args>]\n");
fprintf(stderr, "usage: evl [options] [<command> [<args>]]\n");
fprintf(stderr, "-P --prefix=<path> set command path prefix\n");
fprintf(stderr, "-V --version print library and required ABI versions\n");
}