Whamcloud - gitweb
LU-10026 csdc: DoM pattern could be a combined value
[fs/lustre-release.git] / lustre / utils / llstat
index 29db880..4d7b249 100755 (executable)
@@ -46,7 +46,7 @@ my $ONE_MB = 1048576;
 
 # Command line parameter parsing
 use Getopt::Std;
-getopts('cdghi:w:') or usage();
+getopts('cdghi:n:w:') or usage();
 usage() if $opt_h;
 $clear = 1 if $opt_c;
 $debug = $opt_d if $opt_d;