From e3e0619e28b8a949c86c4ae7002a98d618752f7a Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 22 Oct 2023 17:04:34 +0200 Subject: [PATCH] doc: mention "-v/--verbose" as extension of du --- docs/src/extensions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/extensions.md b/docs/src/extensions.md index eeb00ff350e..79746498f2d 100644 --- a/docs/src/extensions.md +++ b/docs/src/extensions.md @@ -77,4 +77,5 @@ third way: `--long`. ## `du` -`du` allows `birth` and `creation` as values for the `--time` argument to show the creation time. +`du` allows `birth` and `creation` as values for the `--time` argument to show the creation time. It +also provides a `-v`/`--verbose` flag.