Skip to content

Commit faefc8b

Browse files
committed
triggers_run: add device and action to help listing
The help text wasn't clear about what argument was required when running: fioctl devices triggers run Let's add <device> and <action> to the help text for clarity. Signed-off-by: Michael Scott <mike@foundries.io>
1 parent 727720b commit faefc8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subcommands/devices/triggers_run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
func init() {
1515
cmd := &cobra.Command{
16-
Use: "run",
16+
Use: "run <device> <action>",
1717
Short: "Trigger remote actions on device",
1818
Long: `*NOTE*: Requires devices running LmP version 97 or later.
1919

0 commit comments

Comments
 (0)