summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-09-21 13:56:37 +0200
committersharkdp <davidpeter@web.de>2019-09-21 13:56:37 +0200
commit601f748aeeb8e80c50ad945073b4d2c2ce2b45b2 (patch)
treed08ed01c56c55bbc95e0f5a1b192125446671a00
parent1adffaae5df95dec0339c7969115a7176f55369b (diff)
Adapt help text
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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)