]> git.donarmstrong.com Git - debhelper.git/commitdiff
improve list formatting
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 1 Jul 2009 19:38:54 +0000 (15:38 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 1 Jul 2009 19:38:54 +0000 (15:38 -0400)
Debian/Debhelper/Dh_Buildsystems.pm

index 64ec18a4e924dfa1807f740d71976ec9cdba1b53..a9a6b9141917e444514966397ef87ce2b2b7091e 100644 (file)
@@ -139,7 +139,7 @@ sub buildsystems_list {
                elsif (! defined $auto && ! $inst->{thirdparty} && $inst->check_auto_buildable($step)) {
                        $auto = $inst->NAME();
                }
-               printf("%s - %s", $inst->NAME(), $inst->DESCRIPTION());
+               printf("%-20s %s", $inst->NAME(), $inst->DESCRIPTION());
                print " [3rd party]" if $inst->{thirdparty};
                print "\n";
        }