X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pom.git;a=blobdiff_plain;f=pom.cc;h=0299b8b90c851b82c6a633cb6469505e77aa0b0d;hp=20498fe7cf975baf7de8cae1de0310022ccc8ba4;hb=12b332fa8c9cabbc8848b9507aa4bc4f58a60dd1;hpb=97a7e68f234cc09807d2d55f550e2516be0e9093 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); }