diff --git a/README.md b/README.md index b7d6a8f..39ea6a7 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ snac2nex -s /path/to/snac/storage -t /path/to/nex -u user1 -u user2 Post filenames format * append trailing slash to parse documents as the directory - * append `.gmi` or `.gemtext` extension to parse documents as the Gemtext + * append `.gmi` or `.gemtext` extension to format documents as Gemtext * escape with `%%` when using in `systemd` context * be careful when removing the seconds part, as it may cause overwrite collisions! diff --git a/src/config.rs b/src/config.rs index b8965f8..370595c 100644 --- a/src/config.rs +++ b/src/config.rs @@ -36,7 +36,7 @@ pub struct Config { /// Post filenames format /// /// * append trailing slash to parse documents as the directory - /// * append `.gmi` or `.gemtext` extension to parse documents as the Gemtext + /// * append `.gmi` or `.gemtext` extension to format documents as Gemtext /// * escape with `%%` when using in `systemd` context /// * be careful when removing the seconds part, as it may cause overwrite collisions! #[arg(long, default_value_t = String::from("%H-%M-%S"))]