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
Stefan Strogin
flac
Commits
8d32d3ee
Commit
8d32d3ee
authored
Jan 26, 2001
by
Josh Coalson
Browse files
add -a to usage
parent
4c21cc82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/flac/main.c
View file @
8d32d3ee
...
...
@@ -333,6 +333,7 @@ int usage(const char *message, ...)
printf
(
"generic options:
\n
"
);
printf
(
" -d : decode (default behavior is encode)
\n
"
);
printf
(
" -t : test (same as -d except no decoded file is written)
\n
"
);
printf
(
" -a : analyze (same as -d except an analysis file is written)
\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
(
"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