@@ -41,8 +41,6 @@ static struct option long_options[] = {
4141 { "zero" , no_argument , 0 , '0' },
4242 { "binary" , no_argument , 0 , 'b' },
4343 { "no-header" , no_argument , 0 , 'N' },
44- { "copyin" , no_argument , 0 , '1' },
45- { "copyout" , no_argument , 0 , '2' },
4644 { "writer" , required_argument , 0 , 'W' },
4745 { "print-entry" , required_argument , 0 , 'n' },
4846 { "begin" , required_argument , 0 , 'B' },
@@ -85,17 +83,6 @@ usage(
8583" -d | --debug N Debug entry N (or the entire queue if N==-1)\n"
8684" -b | --binary Print binary messages\n"
8785" -0 | -z | --zero Print nul-separated messages in ascii mode\n"
88- "\n"
89- "DCAT formatting:\n"
90- "\n"
91- "For archiving and version transformations, iqueues can be transformed into\n"
92- "a DC formatted file with --copyout. The user header will be populated\n"
93- "into the DC user header, and restored when a new iqueue is created.\n"
94- "\n"
95- " --copyout Output in a form suitable for --copyin\n"
96- " --copyin Read in the form output by --copyout,\n"
97- " implies --create, and will copy user header\n"
98- " from dcat file.\n"
9986;
10087
10188 fprintf (stream , "%s%s" , msg , usage_str );
0 commit comments