]> git.donarmstrong.com Git - debhelper.git/commitdiff
fix name of program
authorJoey Hess <joey@kitenet.net>
Sun, 3 Apr 2011 17:21:06 +0000 (13:21 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 3 Apr 2011 17:21:06 +0000 (13:21 -0400)
dh_installgsettings

index 2bb7fde997df6b30bcf44efbbc40559c99f289a5..df38e5114eeccb51784c93c6c4e1896be5bf015b 100755 (executable)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-dh_gsettings - install GSettings overrides and set dependencies
+dh_installgsettings - install GSettings overrides and set dependencies
 
 =cut
 
@@ -11,11 +11,11 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-B<dh_gsettings> [S<I<debhelper options>>] [B<--priority=<number>>]
+B<dh_installgsettings> [S<I<debhelper options>>] [B<--priority=<number>>]
 
 =head1 DESCRIPTION
 
-B<dh_gsettings> is a debhelper program that is responsible for installing
+B<dh_installgsettings> is a debhelper program that is responsible for installing
 GSettings override files and generating appropriate dependencies on the
 GSettings backend.