Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/pjl-misc into lp:zorba.

Commit message:
Fixed help message.

Requested reviews:
  Paul J. Lucas (paul-lucas)

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/208935

Fixed help message.
-- 
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/208935
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'bin/zorbacmd_args.cpp'
--- bin/zorbacmd_args.cpp	2014-02-28 00:31:04 +0000
+++ bin/zorbacmd_args.cpp	2014-03-01 15:35:13 +0000
@@ -808,7 +808,7 @@
   if ( !error )
     error = check_args();
   if ( error ) {
-    cout << "Error: " << error << "\nUse -h for help." << endl;
+    cout << "Error: " << error << "\nUse --help for help." << endl;
     exit( 1 );
   }
   return argv - argv_orig;

=== modified file 'test/iterplans/apitest_args.cpp'
--- test/iterplans/apitest_args.cpp	2014-02-21 14:58:32 +0000
+++ test/iterplans/apitest_args.cpp	2014-03-01 15:35:13 +0000
@@ -548,7 +548,7 @@
   if ( !error )
     error = check_args();
   if ( error ) {
-    cout << "Error: " << error << "\nUse -h for help." << endl;
+    cout << "Error: " << error << "\nUse --help for help." << endl;
     exit( 1 );
   }
   return argv - argv_orig;

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to