Skip to content
Snippets Groups Projects
Commit 2b89160f authored by Daniel Salzman's avatar Daniel Salzman Committed by Ondřej Surý
Browse files

Fix --jobs long option mapping


Signed-off-by: default avatarOndřej Surý <ondrej@sury.org>
parent c26ee7c4
No related branches found
No related tags found
No related merge requests found
......@@ -582,7 +582,7 @@ int main(int argc, char **argv)
{"verbose", no_argument, 0, 'v'},
{"interactive", no_argument, 0, 'i'},
{"auto", no_argument, 0, 'a'},
{"jobs", required_argument, 0, 'c'},
{"jobs", required_argument, 0, 'j'},
{"version", no_argument, 0, 'V'},
{"help", no_argument, 0, 'h'},
{0, 0, 0, 0}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment