summaryrefslogtreecommitdiff
path: root/dh_ucf
diff options
context:
space:
mode:
authorNicolas Boulenguez <nicolas@debian.org>2018-03-29 15:17:12 +0000
committerNiels Thykier <niels@thykier.net>2018-03-29 15:17:12 +0000
commit4e7b789f07f0e967103c90a02ab7be224ae2fe04 (patch)
tree83a2ba91c29b401746bebba82a129637237659a5 /dh_ucf
parent4e21ab47ad0b69f9221be43e0447b92cbd97c5c6 (diff)
downloaddebhelper-4e7b789f07f0e967103c90a02ab7be224ae2fe04.tar.gz
dh_ucf.1: Document --all + non-option parameters
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_ucf')
-rwxr-xr-xdh_ucf12
1 files changed, 11 insertions, 1 deletions
diff --git a/dh_ucf b/dh_ucf
index 4f940dc1..459328a4 100755
--- a/dh_ucf
+++ b/dh_ucf
@@ -14,7 +14,7 @@ our $VERSION = DH_BUILTIN_VERSION;
=head1 SYNOPSIS
-B<dh_ucf> [S<I<debhelper options>>] [B<-n>]
+B<dh_ucf> [S<I<debhelper options>>] [B<-A>] [B<-n>] [S<I<file> ...>]
=head1 DESCRIPTION
@@ -41,10 +41,20 @@ A dependency on ucf will be generated in B<${misc:Depends}>.
=over 4
+=item B<-A>, B<--all>
+
+Install all files specified by command line parameters in ALL packages
+acted on.
+
=item B<-n>, B<--no-scripts>
Do not modify F<postinst>/F<postrm> scripts. Turns this command into a no-op.
+=item I<file> ...
+
+Install these info files into the first package acted on. (Or in
+all packages if B<-A> is specified).
+
=back
=head1 NOTES