From 67d0837efd1d96a6868ebbb8f6275b5cdf0479e6 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 17 Dec 2023 15:32:34 -0500 Subject: [PATCH] update description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54102dd..6786270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" authors = ["Chris Simpkins "] description = """ -A customizable Rust command line file size reporting executable with recursive traversal of file systems. +A customizable Rust command line file size reporting executable with support for recursive traversal of file systems. """ documentation = "https://github.com/chrissimpkins/size" homepage = "https://github.com/chrissimpkins/size"