From: Francois Fleuret Date: Mon, 1 Oct 2007 19:54:06 +0000 (+0200) Subject: (no commit message) X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pom.git;a=commitdiff_plain;h=12b332fa8c9cabbc8848b9507aa4bc4f58a60dd1 --- diff --git a/pom.cc b/pom.cc index 20498fe..0299b8b 100644 --- a/pom.cc +++ b/pom.cc @@ -50,10 +50,10 @@ int main(int argc, char **argv) { if(strcmp(argv[1], "-h") == 0 || strcmp(argv[1], "--help") == 0) { cout << argv[0] << " [-h | --help | ]" << endl << endl - << " If a configuration file name is provided, the programs processes it" << endl + << " If a configuration file name is provided, the program processes it" << endl << " and prints information about the files it generates. Otherwise, it" << endl - << " reads the standard input and does not produce any output unless an" << endl - << " error occurs." << endl + << " reads the standard input and does not produce any printout on the" << + << " standard output unless an error occurs." << endl << endl; exit(0); }