From eb41f8ac46714b8800173619da23f149a8c36b4e Mon Sep 17 00:00:00 2001 From: postscriptum Date: Wed, 2 Jul 2025 17:12:00 +0300 Subject: [PATCH] update documentation comment --- README.md | 4 ++-- src/config.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3abe1b3..ba13e4c 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ snac2nex -s /path/to/snac/storage -t /path/to/nex -u user1 -u user2 Username to export -a, --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) diff --git a/src/config.rs b/src/config.rs index ad5dc07..2da9a44 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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)]