NSM: Fix typo in --help text.

Closes #137
pull/147/head
Jonathan Moore Liles 2014-09-18 20:35:40 -07:00
parent 57653d5cdf
commit 6bd899f223
1 changed files with 1 additions and 1 deletions

View File

@ -1358,7 +1358,7 @@ main (int argc, char **argv )
break;
}
case 'h':
printf( "Usage: %s [--nsmd-url...] [-- server options ]\n\n", argv[0] );
printf( "Usage: %s [--nsm-url...] [-- server options ]\n\n", argv[0] );
exit(0);
break;
}