Index: src/main.c ================================================================== --- src/main.c +++ src/main.c @@ -447,11 +447,11 @@ }else if( argc<2 ){ fossil_print( "Usage: %s COMMAND ...\n" " or: %s help -- for a list of common commands\n" " or: %s help COMMMAND -- for help with the named command\n" - " or: %s commands -- for a list of all commands\n", + " or: %s help commands -- for a list of all commands\n", argv[0], argv[0], argv[0], argv[0]); fossil_exit(1); }else{ g.isHTTP = 0; g.fQuiet = find_option("quiet", 0, 0)!=0;