summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-06 16:28:08 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-06 16:30:58 -0500
commitbcdcdb0ada8d13950e22909250b6b6783866535e (patch)
tree834b5a6a2c9a2d10b87024103f387edddc0f76ba /src/config.rs
parente554e7033320456762a82b8276e0137592d57dcb (diff)
fix: use path_buf parser (mtime) only as fallback
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index aa9a6c4..c45036c 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -49,7 +49,7 @@ pub struct Projects {
///
/// Uses the directory mtime as the timestamp.
#[arg(short, long)]
- pub all: bool,
+ pub mtime: bool,
/// Match directories containing <PATTERN>.
///