diff options
Diffstat (limited to 'man/dpkg-buildapi.pod')
-rw-r--r-- | man/dpkg-buildapi.pod | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/man/dpkg-buildapi.pod b/man/dpkg-buildapi.pod index de26701..49c8d47 100644 --- a/man/dpkg-buildapi.pod +++ b/man/dpkg-buildapi.pod @@ -36,11 +36,6 @@ This program was introduced in dpkg 1.22.0. =over -=item B<-c>I<control-file> - -Specifies the main source control file to read information from. -The default is F<debian/control>. - =item B<--help> Show the usage message and exit. @@ -51,6 +46,17 @@ Show the version and exit. =back +=head1 OPTIONS + +=over + +=item B<-c>I<control-file> + +Specifies the main source control file to read information from. +The default is F<debian/control>. + +=back + =head1 ENVIRONMENT =over |