IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24611


Ignore:
Timestamp:
Jun 26, 2009, 3:57:41 PM (17 years ago)
Author:
jhoblitt
Message:

formatting fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/console/scripts/console-config

    r24610 r24611  
    6060        die "unknown hostname: $hostname" unless exists $hosts->{$hostname}->{console};
    6161        printf("%-20s %s\n", "# hostname", "console");
    62         printf("%20s %s\n", $hostname, $hosts->{$hostname}->{console});
     62        printf("%-20s %s\n", $hostname, $hosts->{$hostname}->{console});
    6363    } else {
    6464        printf("%-20s %s\n", "# hostname", "console");
Note: See TracChangeset for help on using the changeset viewer.