Merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba

Proposed by Paul J. Lucas
Status: Merged
Approved by: Paul J. Lucas
Approved revision: 11465
Merged at revision: 11702
Proposed branch: lp:~paul-lucas/zorba/pjl-misc
Merge into: lp:zorba
Diff against target: 25 lines (+2/-2)
2 files modified
bin/zorbacmd_args.cpp (+1/-1)
test/iterplans/apitest_args.cpp (+1/-1)
To merge this branch: bzr merge lp:~paul-lucas/zorba/pjl-misc
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Paul J. Lucas Approve
Review via email: mp+208935@code.launchpad.net

Commit message

Fixed help message.

Description of the change

Fixed help message.

To post a comment you must log in.
Revision history for this message
Paul J. Lucas (paul-lucas) :
review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue starting for the following merge proposals:
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/208935

Progress dashboard at http://jenkins.zorba.io:8180/view/ValidationQueue

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue succeeded - proposal merged!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/zorbacmd_args.cpp'
2--- bin/zorbacmd_args.cpp 2014-02-28 00:31:04 +0000
3+++ bin/zorbacmd_args.cpp 2014-03-01 15:35:13 +0000
4@@ -808,7 +808,7 @@
5 if ( !error )
6 error = check_args();
7 if ( error ) {
8- cout << "Error: " << error << "\nUse -h for help." << endl;
9+ cout << "Error: " << error << "\nUse --help for help." << endl;
10 exit( 1 );
11 }
12 return argv - argv_orig;
13
14=== modified file 'test/iterplans/apitest_args.cpp'
15--- test/iterplans/apitest_args.cpp 2014-02-21 14:58:32 +0000
16+++ test/iterplans/apitest_args.cpp 2014-03-01 15:35:13 +0000
17@@ -548,7 +548,7 @@
18 if ( !error )
19 error = check_args();
20 if ( error ) {
21- cout << "Error: " << error << "\nUse -h for help." << endl;
22+ cout << "Error: " << error << "\nUse --help for help." << endl;
23 exit( 1 );
24 }
25 return argv - argv_orig;

Subscribers

People subscribed via source and target branches