Changeset - feebc1df83c1
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-07-25 17:36:54
ohnobinki@ohnopublishing.net
Exit if -h is passed.
1 file changed with 1 insertions and 4 deletions:
0 comments (0 inline, 0 general)
src/client/distren.c
Show inline comments
 
@@ -87,10 +87,7 @@ int main(int argc, char *argv[])
 
\t-d\tDisplays information about the job specified with -j or uploaded by -i.\n\
 
\t-h\tShows this help message.\n");
 
	  
 
	  /*
 
	   * don't return here because options_init will have an
 
	   * overall options help page
 
	   */
 
	  return 0;
 
	  break;
 

	
 
	case 'u':
0 comments (0 inline, 0 general)