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
2761e134
Commit
2761e134
authored
Jan 30, 2007
by
Josh Coalson
Browse files
return nonzero exit code if invalid option was used
parent
a9502bf4
Changes
1
Show whitespace changes
Inline
Side-by-side
src/metaflac/main.c
View file @
2761e134
...
...
@@ -39,6 +39,8 @@ int main(int argc, char *argv[])
if
(
parse_options
(
argc
,
argv
,
&
options
))
ret
=
!
do_operations
(
&
options
);
else
ret
=
1
;
free_options
(
&
options
);
...
...
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