mirror of
https://codeberg.org/postscriptum/snac2nex.git
synced 2026-04-01 13:45:28 +00:00
update documentation comment
This commit is contained in:
parent
20c0aea8f3
commit
eb41f8ac46
2 changed files with 3 additions and 3 deletions
|
|
@ -31,11 +31,11 @@ snac2nex -s /path/to/snac/storage -t /path/to/nex -u user1 -u user2
|
||||||
Username to export
|
Username to export
|
||||||
|
|
||||||
-a, --attachment <ATTACHMENT>
|
-a, --attachment <ATTACHMENT>
|
||||||
Include attachment files
|
Include attachment files export
|
||||||
|
|
||||||
Supported values:
|
Supported values:
|
||||||
|
|
||||||
* `c` (`copy`) - copy attachment files export
|
* `c` (`copy`) - copy files
|
||||||
* `h` (`hard`) - create hard links
|
* `h` (`hard`) - create hard links
|
||||||
* `s` (`soft`) - create soft links (macos, linux, windows only)
|
* `s` (`soft`) - create soft links (macos, linux, windows only)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ pub struct Config {
|
||||||
///
|
///
|
||||||
/// Supported values:
|
/// Supported values:
|
||||||
///
|
///
|
||||||
/// * `c` (`copy`) - copy attachment files
|
/// * `c` (`copy`) - copy files
|
||||||
/// * `h` (`hard`) - create hard links
|
/// * `h` (`hard`) - create hard links
|
||||||
/// * `s` (`soft`) - create soft links (macos, linux, windows only)
|
/// * `s` (`soft`) - create soft links (macos, linux, windows only)
|
||||||
#[arg(short, long)]
|
#[arg(short, long)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue