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

@ -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)]