Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs committed Sep 25, 2023
1 parent 7a46a6a commit 64e039a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebuilder/blob/cmd/blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func init() {
" --fee int specifies fee(in TIA) for blob submission(optional)\n" +
" --gas.limit uint64 sets the maximum amount of that gas is allowed to consume during blob submission(optional)\n" +
" -h, --help help for submit\n" +
"NOTE: fee and gas.limit params will be calculated automatically if they will not be provided.\n\n" +
"NOTE: fee and gas.limit params will be calculated automatically if they are not provided as arguments.\n\n" +
"Global Flags:\n" +
" --token string Authorization token (if not provided, the CELESTIA_NODE_AUTH_TOKEN environment variable will be used)\n" +
" --url string Request URL (default \"http://localhost:26658\")",
Expand Down

0 comments on commit 64e039a

Please sign in to comment.