Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Mareš
compctl-kam
Commits
509f8aa0
Commit
509f8aa0
authored
Mar 07, 2012
by
Petr Baudis
Browse files
compctl: Show usage on unrecognized options
parent
6dd3914e
Changes
1
Hide whitespace changes
Inline
Side-by-side
compctl.c
View file @
509f8aa0
...
...
@@ -233,6 +233,10 @@ main(int argc, char *argv[])
}
else
if
(
!
strcmp
(
cmd
,
"--help"
))
{
help
(
stdout
);
}
else
{
help
(
stderr
);
return
EXIT_FAILURE
;
}
}
...
...
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