From 0c7a81507893550c4d03c62ace28067054cb1f1f Mon Sep 17 00:00:00 2001 From: Hexchain Tong Date: Fri, 25 Dec 2015 14:38:01 +0800 Subject: [PATCH] du: Fix argument inconsistency --- pages/linux/du.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/du.md b/pages/linux/du.md index 09540cdd1d..471bc1be5a 100644 --- a/pages/linux/du.md +++ b/pages/linux/du.md @@ -16,4 +16,4 @@ - list the KB sizes of directories for N levels below the specified directory -`du --max-depth=1` +`du --max-depth=N`