diff --git a/monitor/disk_display.py b/monitor/disk_display.py index 868b37b..e090dd0 100755 --- a/monitor/disk_display.py +++ b/monitor/disk_display.py @@ -30,7 +30,7 @@ if __name__ == "__main__": "\nUUID:\t\t%s" %(partition["uuid"]) + \ "\nMountpoint:\t%s" %(partition["mountpoint"]) + \ "\nFilesystem:\t%s" %(partition["filesystem"]) + \ - "\nUsage:\t\t%s/%s" %(bytes2human(freebytes), bytes2human(totalbytes)) + \ + "\nFree:\t\t%s/%s" %(bytes2human(freebytes), bytes2human(totalbytes)) + \ "\nFiles:\t\t%s\n" %(partition["files"]) else: notmounted = notmounted + " " + partition["device"]