From: Andrew Ruthven Date: Thu, 29 Nov 2007 18:05:51 +0000 (+1300) Subject: Rename "Disk Space" to "Total Disk Space". X-Git-Tag: 0.6.0~25 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88d18adba75dcb0cfdde2c7167f74659cb6b9753;p=mythtv-status.git Rename "Disk Space" to "Total Disk Space". --- diff --git a/bin/mythtv-status b/bin/mythtv-status index 9f4a1a7..6d57c8a 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -49,7 +49,7 @@ GetOptions( 'scheduled-recordings!' => \$display{'Scheduled Recordings'}, 'schedule-conflicts!' => \$display{'Schedule Conflicts'}, 'next-recording!' => \$display{'Next Recording In'}, - 'disk-space!' => \$display{'Disk Space'}, + 'total-disk-space!' => \$display{'Total Disk Space'}, 'file=s' => \$xml_file, @@ -192,7 +192,7 @@ my @blocks = ( # Diskspace, before storage groups { - 'name' => 'Disk Space', + 'name' => 'Total Disk Space', 'type' => 'xpath', 'xpath' => '//Status/MachineInfo/Storage', 'xml_version' => [ "<= 31" ], @@ -216,7 +216,7 @@ my @blocks = ( # Diskspace, with storage groups { - 'name' => 'Disk Space', + 'name' => 'Total Disk Space', 'type' => 'xpath', 'xpath' => '//Status/MachineInfo/Storage', 'xml_version' => [ ">= 32" ], @@ -636,7 +636,7 @@ Handy for debugging things. The host to check, defaults to localhost. -=item B<--nostatus>, B<--noencoders>, B<--norecording-now>, B<--noscheduled-recordings>, B<--noschedule-conflicts>, B<--nonext-recording>, B<--nodisk-space> +=item B<--nostatus>, B<--noencoders>, B<--norecording-now>, B<--noscheduled-recordings>, B<--noschedule-conflicts>, B<--nonext-recording>, B<--nototal-disk-space> Suppress displaying blocks of the output if they would normally be displayed. @@ -683,7 +683,7 @@ Up to 10 programs which are scheduled to be recorded today and tomorrow. Any upcoming schedule conflicts (not just limited to today or tomorrow). -=item Disk Space +=item Total Disk Space The amount of disk space in total, and used by MythTV.