diff options
Diffstat (limited to 'debhelper.pod')
-rw-r--r-- | debhelper.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debhelper.pod b/debhelper.pod index a4765bab..03d0f90b 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -156,6 +156,13 @@ This little-used option changes the package which debhelper considers the one for which debian/foo files can be used instead of the usual debian/package.foo files. +=item B<-O=>I<option|bundle> + +This is used by L<dh(1)> when passing user-specified options to all the +commands it runs. If the command supports the specified option or option +bundle, it will take effect. If the command does not support the option (or +any part of an option bundle), it will be ignored. + =back =head1 COMMON DEBHELPER OPTIONS |