Whamcloud - gitweb
LU-5030 tests: remove /proc paths from tests
[fs/lustre-release.git] / lustre / utils / llobdstat
index 2e63840..3ab51c6 100755 (executable)
@@ -10,7 +10,7 @@ my $obdstats = "stats";
 sub usage()
 {
     print STDERR "Usage: $pname <ost_name> [<interval> [<count>}]\n";
-    print STDERR "where  ost_name  : ost name under /{proc,sys}/fs/lustre/obdfilter\n";
+    print STDERR "where  ost_name  : ost name under obdfilter\n";
     print STDERR "       interval  : sample interval in seconds\n";
     print STDERR "example: $pname lustre-OST0000 2\n";
     print STDERR "Use CTRL + C to stop statistics printing\n";