Skip to content

Commit

Permalink
iqueue-main: delete some stray strings from usage
Browse files Browse the repository at this point in the history
  • Loading branch information
catern committed Sep 23, 2021
1 parent e6608eb commit 81f3fe2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/iqueue-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ static struct option long_options[] = {
{ "zero", no_argument, 0, '0' },
{ "binary", no_argument, 0, 'b' },
{ "no-header", no_argument, 0, 'N' },
{ "copyin", no_argument, 0, '1' },
{ "copyout", no_argument, 0, '2' },
{ "writer", required_argument, 0, 'W' },
{ "print-entry", required_argument, 0, 'n' },
{ "begin", required_argument, 0, 'B' },
Expand Down Expand Up @@ -85,17 +83,6 @@ usage(
" -d | --debug N Debug entry N (or the entire queue if N==-1)\n"
" -b | --binary Print binary messages\n"
" -0 | -z | --zero Print nul-separated messages in ascii mode\n"
"\n"
"DCAT formatting:\n"
"\n"
"For archiving and version transformations, iqueues can be transformed into\n"
"a DC formatted file with --copyout. The user header will be populated\n"
"into the DC user header, and restored when a new iqueue is created.\n"
"\n"
" --copyout Output in a form suitable for --copyin\n"
" --copyin Read in the form output by --copyout,\n"
" implies --create, and will copy user header\n"
" from dcat file.\n"
;

fprintf(stream, "%s%s", msg, usage_str);
Expand Down

0 comments on commit 81f3fe2

Please sign in to comment.