From fbe930ffd34da728f287bb5eeab1cc34e8c1a666 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 25 Jul 2003 22:07:31 +0000 Subject: [PATCH] Fix llobdstat usage message. --- lustre/utils/llobdstat.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/llobdstat.pl b/lustre/utils/llobdstat.pl index cb39d30..8a8e6c1 100755 --- a/lustre/utils/llobdstat.pl +++ b/lustre/utils/llobdstat.pl @@ -9,7 +9,7 @@ sub usage() { print STDERR "Usage: $pname []\n"; print STDERR "example: $pname help (to get help message)\n"; - print STDERR "example: $pname ost1 1 (monitor /proc/fs/lustre/ost1/obd_stats once per second\n"; + print STDERR "example: $pname ost1 1 (monitor /proc/fs/lustre/obdfilter/ost1/stats\n"; exit 1; } -- 1.8.3.1