# HG changeset patch
# User lbessard
# Date 1185463116 -7200
# Node ID 017efb738d952f5ae280463d6a08d7f995f313a7
# Parent  fc1b78ea6d84c311ce12d28ef7a2a5f8d9aa50fa
Help message updated

diff -r fc1b78ea6d84 -r 017efb738d95 main.cc
--- a/main.cc	Wed Jul 25 18:03:27 2007 +0200
+++ b/main.cc	Thu Jul 26 17:18:36 2007 +0200
@@ -86,7 +86,7 @@
 
 
 static void printusage(const char *cmd) {
-  printf("%s [<input_file>] [-I <include_directory>]\n", cmd);
+  printf("%s [<input_file>] [-I <include_directory>] [<target_directory>]\n", cmd);
 }