Skip to content

Commit 67070d8

Browse files
committed
fix: fixed cmd-binary option description
1 parent 8f3a705 commit 67070d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/cmd/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use serde::{Deserialize, Serialize};
55
#[group(skip)]
66
pub(crate) struct Options {
77
#[clap(long, default_value = "")]
8-
/// Command arguments.
8+
/// Command binary.
99
pub cmd_binary: String,
1010

1111
#[clap(long, default_value = "")]

0 commit comments

Comments
 (0)