Skip to content

Commit

Permalink
feat(clipboard): clarify flag description of --clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
CheerfulPianissimo committed Mar 23, 2024
1 parent ca315d8 commit 70976dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wayshot/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ pub struct Cli {
#[arg(value_name = "OUTPUT")]
pub file: Option<PathBuf>,

/// Copy image to clipboard along with [OUTPUT] or stdout. Wayshot persists in the background to offer the image till the clipboard is overwritten.
/// Copy image to clipboard. Can be used simultaneously with [OUTPUT] or stdout.
/// Wayshot persists in the background offering the image till the clipboard is overwritten.
#[arg(long)]
pub clipboard: bool,

Expand Down

0 comments on commit 70976dc

Please sign in to comment.