Index: src/main.c ================================================================== --- src/main.c +++ src/main.c @@ -446,13 +446,12 @@ g.isHTTP = 1; }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 help commands -- for a list of all commands\n", - argv[0], argv[0], argv[0], argv[0]); + " or: %s help COMMMAND -- for help with the named command\n", + argv[0], argv[0], argv[0]); fossil_exit(1); }else{ g.isHTTP = 0; g.fQuiet = find_option("quiet", 0, 0)!=0; g.fSqlTrace = find_option("sqltrace", 0, 0)!=0;