Skip to content

Commit 963d7b7

Browse files
author
Per-Gunnar Eriksson
committed
Actual default location
1 parent 832320d commit 963d7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mod util;
1111
#[derive(Parser)]
1212
#[command(author, version, about, long_about = None)]
1313
struct Cli {
14-
/// Path to the data file (defaults to ~/.local/share/tt/entries.log)
14+
/// Path to the data file (defaults to ~/.local/share/timetracker/entries.log)
1515
#[arg(long)]
1616
data: Option<String>,
1717

0 commit comments

Comments
 (0)