diff options
Diffstat (limited to 'utils/rhrd-pool')
-rwxr-xr-x | utils/rhrd-pool | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/rhrd-pool b/utils/rhrd-pool index 6152d92..69bc702 100755 --- a/utils/rhrd-pool +++ b/utils/rhrd-pool @@ -58,8 +58,8 @@ sub show print STDERR "$errorstring\n"; return 1; } - print $pool->{'TITLE'} . "(" . $pool->{'NUM'} . "):\n"; - print " group: " . $pool->{'GROUP'} . ", <...cart info...>\n"; # TODO print info about cart usage + print $pool->{'TITLE'} . " (" . $pool->{'SHORTNAME'} . "):\n"; + print " group: " . $pool->{'GROUP'} . ", carts: " . $pool->{'LOW_CART'} . "-" . $pool->{'HIGH_CART'} . "\n"; # TODO print info about cart usage return 0; } |