Skip to content

Commit 0f2cfa6

Browse files
committed
Fix: Fix typo in CLI args
1 parent a5b50bf commit 0f2cfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ enum Commands {
493493

494494
/// JSON of your configuration parameters. (Optional; exclusive with other options.)
495495
#[arg(long, conflicts_with_all = &[
496-
"uri", "token", "name", "descirption", "comments",
496+
"uri", "token", "name", "description", "comments",
497497
"status", "device_type", "role", "site", "cluster_id"
498498
])]
499499
json: Option<String>,

0 commit comments

Comments
 (0)