Merge lp:~smcv/libgfshare/bug610233 into lp:~dsilvers/libgfshare/devel

Proposed by Simon McVittie
Status: Merged
Merged at revision: 49
Proposed branch: lp:~smcv/libgfshare/bug610233
Merge into: lp:~dsilvers/libgfshare/devel
Diff against target: 21 lines (+2/-2)
1 file modified
tools/gfsplit.c (+2/-2)
To merge this branch: bzr merge lp:~smcv/libgfshare/bug610233
Reviewer Review Type Date Requested Status
Daniel Silverstone Pending
Review via email: mp+30988@code.launchpad.net

Description of the change

See #610233

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tools/gfsplit.c'
2--- tools/gfsplit.c 2009-12-18 10:03:17 +0000
3+++ tools/gfsplit.c 2010-07-26 20:59:45 +0000
4@@ -191,7 +191,7 @@
5 sharecount = strtoul( optarg, &endptr, 10 );
6 if( *endptr != 0 || *optarg == 0 ||
7 sharecount < 2 || sharecount > 255 ) {
8- fprintf( stderr, "%s: Invalid argument to option -n\n", progname );
9+ fprintf( stderr, "%s: Invalid argument to option -m\n", progname );
10 usage( stderr );
11 return 1;
12 }
13@@ -200,7 +200,7 @@
14 threshold = strtoul( optarg, &endptr, 10 );
15 if( *endptr != 0 || *optarg == 0 ||
16 threshold < 2 || threshold > sharecount) {
17- fprintf( stderr, "%s: Invalid argument to option -t\n", progname );
18+ fprintf( stderr, "%s: Invalid argument to option -n\n", progname );
19 usage( stderr );
20 return 1;
21 }

Subscribers

People subscribed via source and target branches

to all changes: