mirror of
https://codeberg.org/postscriptum/snac2nex.git
synced 2026-03-31 21:25:28 +00:00
update comment
This commit is contained in:
parent
eb41f8ac46
commit
5d24b9e46e
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ snac2nex -s /path/to/snac/storage -t /path/to/nex -u user1 -u user2
|
||||||
Target directory for public data export
|
Target directory for public data export
|
||||||
|
|
||||||
-u, --user <USER>
|
-u, --user <USER>
|
||||||
Username to export
|
Username(s) to export
|
||||||
|
|
||||||
-a, --attachment <ATTACHMENT>
|
-a, --attachment <ATTACHMENT>
|
||||||
Include attachment files export
|
Include attachment files export
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ pub struct Config {
|
||||||
#[arg(short, long)]
|
#[arg(short, long)]
|
||||||
pub target: String,
|
pub target: String,
|
||||||
|
|
||||||
/// Username to export
|
/// Username(s) to export
|
||||||
#[arg(short, long)]
|
#[arg(short, long)]
|
||||||
pub user: Vec<String>,
|
pub user: Vec<String>,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue