Skip to content

Commit

Permalink
fix: fixed cmd-binary option description
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jan 30, 2024
1 parent 8f3a705 commit 67070d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/cmd/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use serde::{Deserialize, Serialize};
#[group(skip)]
pub(crate) struct Options {
#[clap(long, default_value = "")]
/// Command arguments.
/// Command binary.
pub cmd_binary: String,

#[clap(long, default_value = "")]
Expand Down

0 comments on commit 67070d8

Please sign in to comment.