Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon McVittie
libcapsule
Commits
6e5413d8
Commit
6e5413d8
authored
Apr 27, 2018
by
Simon McVittie
Browse files
capture-libs: Document no-dependencies: prefix
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
24fe65ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/capture-libs.c
View file @
6e5413d8
...
...
@@ -239,6 +239,9 @@ static void usage (int code)
"
\t
Capture the dependencies of each library matched by
\n
"
"
\t
PATTERN, but not the library matched by PATTERN itself
\n
"
"
\t
(unless a match for PATTERN depends on another match)
\n
"
);
fprintf
(
fh
,
"no-dependencies:PATTERN
\n
"
"
\t
Capture each library matched by PATTERN, but not
\n
"
"
\t
their dependencies
\n
"
);
fprintf
(
fh
,
"if-exists:PATTERN
\n
"
"
\t
Capture PATTERN, but don't fail if nothing matches
\n
"
);
fprintf
(
fh
,
"even-if-older:PATTERN
\n
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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