Skip to content
Snippets Groups Projects
Commit 6e5413d8 authored by Simon McVittie's avatar Simon McVittie
Browse files

capture-libs: Document no-dependencies: prefix

parent 24fe65ba
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -239,6 +239,9 @@ static void usage (int code)
"\tCapture the dependencies of each library matched by\n"
"\tPATTERN, 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"
"\tCapture each library matched by PATTERN, but not\n"
"\ttheir dependencies\n" );
fprintf( fh, "if-exists:PATTERN\n"
"\tCapture PATTERN, but don't fail if nothing matches\n" );
fprintf( fh, "even-if-older:PATTERN\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment