Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
2d886aee
Commit
2d886aee
authored
Jan 13, 2001
by
Josh Coalson
Browse files
add -t line to usage printout
parent
e7e63f8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/flac/main.c
View file @
2d886aee
...
@@ -312,6 +312,7 @@ int usage(const char *message, ...)
...
@@ -312,6 +312,7 @@ int usage(const char *message, ...)
printf
(
"
\n
"
);
printf
(
"
\n
"
);
printf
(
"generic options:
\n
"
);
printf
(
"generic options:
\n
"
);
printf
(
" -d : decode (default behavior is encode)
\n
"
);
printf
(
" -d : decode (default behavior is encode)
\n
"
);
printf
(
" -t : test (same as -d except no decoded file is written)
\n
"
);
printf
(
" -s : silent (do not write runtime encode/decode statistics to stdout)
\n
"
);
printf
(
" -s : silent (do not write runtime encode/decode statistics to stdout)
\n
"
);
printf
(
" --skip samples : can be used both for encoding and decoding
\n
"
);
printf
(
" --skip samples : can be used both for encoding and decoding
\n
"
);
printf
(
"encoding options:
\n
"
);
printf
(
"encoding options:
\n
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment