update documentation comment

This commit is contained in:
postscriptum 2025-07-02 17:12:00 +03:00
parent 20c0aea8f3
commit eb41f8ac46
2 changed files with 3 additions and 3 deletions

View file

@ -31,11 +31,11 @@ snac2nex -s /path/to/snac/storage -t /path/to/nex -u user1 -u user2
Username to export
-a, --attachment <ATTACHMENT>
Include attachment files
Include attachment files export
Supported values:
* `c` (`copy`) - copy attachment files export
* `c` (`copy`) - copy files
* `h` (`hard`) - create hard links
* `s` (`soft`) - create soft links (macos, linux, windows only)

View file

@ -19,7 +19,7 @@ pub struct Config {
///
/// Supported values:
///
/// * `c` (`copy`) - copy attachment files
/// * `c` (`copy`) - copy files
/// * `h` (`hard`) - create hard links
/// * `s` (`soft`) - create soft links (macos, linux, windows only)
#[arg(short, long)]