mirror of
https://codeberg.org/postscriptum/snac2nex.git
synced 2026-03-31 21:25:28 +00:00
use canonical (unescapable) url format by default
This commit is contained in:
parent
927858ae2f
commit
da163d2a87
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ snac2nex -s /path/to/snac/storage -t /path/to/nex -u user1 -u user2
|
||||||
* escaped with `%%`
|
* escaped with `%%`
|
||||||
* be careful when removing seconds, as it may cause overwrite collisions
|
* be careful when removing seconds, as it may cause overwrite collisions
|
||||||
|
|
||||||
[default: %H:%M:%S]
|
[default: %H-%M-%S]
|
||||||
|
|
||||||
--format-updated <FORMAT_UPDATED>
|
--format-updated <FORMAT_UPDATED>
|
||||||
Post `{updated}` time format
|
Post `{updated}` time format
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ pub struct Config {
|
||||||
///
|
///
|
||||||
/// * escaped with `%%`
|
/// * escaped with `%%`
|
||||||
/// * be careful when removing seconds, as it may cause overwrite collisions
|
/// * be careful when removing seconds, as it may cause overwrite collisions
|
||||||
#[arg(long, default_value_t = String::from("%H:%M:%S"))]
|
#[arg(long, default_value_t = String::from("%H-%M-%S"))]
|
||||||
pub format_filename: String,
|
pub format_filename: String,
|
||||||
|
|
||||||
/// Post `{updated}` time format
|
/// Post `{updated}` time format
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue