Skip to content

Commit f086a8c

Browse files
authored
goal: minor text fix (#6404)
1 parent 1d39d70 commit f086a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/goal/multisig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ var addSigCmd = &cobra.Command{
142142
}
143143

144144
var signProgramCmd = &cobra.Command{
145-
Use: "signprogram -t [transaction file] -a [address]",
145+
Use: "signprogram -a [address]",
146146
Short: "Add a signature to a multisig LogicSig",
147147
Long: `Start a multisig LogicSig, or add a signature to an existing multisig, for a given program.`,
148148
Args: validateNoPosArgsFn,

0 commit comments

Comments
 (0)