From 12b332fa8c9cabbc8848b9507aa4bc4f58a60dd1 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Mon, 1 Oct 2007 21:54:06 +0200 Subject: [PATCH] --- pom.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); } -- 2.20.1