diff --git a/kernel/driver.cc b/kernel/driver.cc index 4045989d6..461e06cf9 100644 --- a/kernel/driver.cc +++ b/kernel/driver.cc @@ -227,8 +227,8 @@ int main(int argc, char **argv) ("f,frontend", "use for the input files on the command line", cxxopts::value(), "") ("H", "print the command list") - ("h,help", "print the help message for ", - cxxopts::value(), "") + ("h,help", "print this help message. If given, print help for .", + cxxopts::value(), "[]") ("s,scriptfile", "execute the commands in ", cxxopts::value(), "") ("c,tcl-scriptfile", "execute the commands in the TCL (see 'help tcl' for details)",