From 601f748aeeb8e80c50ad945073b4d2c2ce2b45b2 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sat, 21 Sep 2019 13:56:37 +0200 Subject: Adapt help text --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 54ac6ad..c2d2163 100644 --- a/src/main.rs +++ b/src/main.rs @@ -51,7 +51,7 @@ fn main() { .setting(AppSettings::DeriveDisplayOrder) .setting(AppSettings::UnifiedHelpMessage) .version(crate_version!()) - .about("Compute disk usage for the current directory") + .about("Compute disk usage for the given filesystem entries") .arg( Arg::with_name("path") .multiple(true) -- cgit v1.2.3