update comment

This commit is contained in:
postscriptum 2025-07-02 17:17:18 +03:00
parent eb41f8ac46
commit 5d24b9e46e
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ snac2nex -s /path/to/snac/storage -t /path/to/nex -u user1 -u user2
Target directory for public data export
-u, --user <USER>
Username to export
Username(s) to export
-a, --attachment <ATTACHMENT>
Include attachment files export

View file

@ -11,7 +11,7 @@ pub struct Config {
#[arg(short, long)]
pub target: String,
/// Username to export
/// Username(s) to export
#[arg(short, long)]
pub user: Vec<String>,