]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installinit
Typo. Closes: #653339
[debhelper.git] / dh_installinit
index 7dc4861eda001bf20a21d83e0f3ead5036a68bdb..d08798a82b4da54a54be2dd873d3b071d878cbb9 100755 (executable)
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-B<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] [B<-R>] [B<-r>] [B<-d>] [B<-O>] [S<B<--> I<params>>]
+B<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] [B<-R>] [B<-r>] [B<-d>] [S<B<--> I<params>>]
 
 =head1 DESCRIPTION
 
@@ -21,7 +21,7 @@ build directories, and in the former case providing compatibility handling
 for non-upstart systems.
 
 It also automatically generates the F<postinst> and F<postrm> and F<prerm> commands
-needed to set up the symlinks in F</etc/rc*.d/> and to start and stop the init
+needed to set up the symlinks in F</etc/rc*.d/> to start and stop the init
 scripts.
 
 =head1 FILES