@@ -46,11 +46,11 @@ static void usage(void) {
46
46
" -i idx\n"
47
47
" Specify %2$s index for editing in multiplexed Ogg stream\n"
48
48
" (1-origin, without non-%2$s stream)\n"
49
- " -R Assume editing IO to be encoded in UTF-8\n"
49
+ " -R Assume tag IO to be encoded in UTF-8\n"
50
50
" -e Use escape sequence; \\\\, \\n, \\r and \\0\n"
51
- " -0 Use '\\0' separation for editing IO\n"
51
+ " -0 Use '\\0' separation for tag IO\n"
52
52
" -t NAME=VALUE\n"
53
- " Add the argument as editing item \n"
53
+ " Add the argument as a tag \n"
54
54
" -c tagfile\n"
55
55
" In list mode, write tags to tagfile.\n"
56
56
" In append/write mode, read tags from tagfile.\n"
@@ -59,9 +59,12 @@ static void usage(void) {
59
59
" When VALUE is omitted, All of NAME is removed. Implies -U\n"
60
60
" -p Supress editing for METADATA_BLOCK_PICTURE\n"
61
61
" -U Convert field name stored in srcfile to uppercase\n"
62
- " -V Verify Tags stored in srcfile\n"
63
- " -T Error when editing input is not terminated by line feed\n"
64
- " -D Defer editing IO; implies -V, -T\n"
62
+ " -V Verify tags stored in srcfile\n"
63
+ " -T Return error when tag input is not terminated by line feed\n"
64
+ " -D In list mode, defer tag output until comment packet is built.\n"
65
+ " Implies -V.\n"
66
+ " In appent/write mode, return error when tag input is empty.\n"
67
+ " Implies -T\n"
65
68
), program_name , default_codec -> name );
66
69
if (!default_codec -> prog ) {
67
70
fprintf (stderr , catgets (catd , 6 , 5 ,
0 commit comments