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
 
@@ -84,16 +84,13 @@ int main(int argc, char *argv[])
 
	  fprintf(stderr, "\t-i\tSpecifies an input file to submit to the server.\n\
 
\t-o\tSpecifies the name that should be given to a job retrieved from the server.\n\
 
\t-j\tSpecifies the job handle of a job to view information about or retrieve.\n\
 
\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':
 
	  main_opt_set("-u", &username, optarg);
 
	  dologin = 1;
 
	  break;
0 comments (0 inline, 0 general)