summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
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>.
///