mirror of
https://codeberg.org/postscriptum/snac2nex.git
synced 2026-03-31 21:25:28 +00:00
update doc lines
This commit is contained in:
parent
ec047cfcee
commit
e60c8cf724
2 changed files with 2 additions and 2 deletions
|
|
@ -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!
|
||||
|
||||
|
|
|
|||
|
|
@ -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"))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue