Skip to content

Commit 7bc5140

Browse files
committed
clarify code flag is a path, not source code
1 parent 55741a9 commit 7bc5140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/transactions/send/send.go

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

3333
type Config struct {
3434
Signer string `default:"service" flag:"signer,s"`
35-
Code string `flag:"code,c"`
35+
Code string `flag:"code,c" info:"path to Cadence file"`
3636
Host string `flag:"host" info:"Flow Access API host address"`
3737
Results bool `default:"false" flag:"results" info:"Display the results of the transaction"`
3838
}

0 commit comments

Comments
 (0)