Skip to content

Commit

Permalink
Merge pull request #11 from OmniFlix/development
Browse files Browse the repository at this point in the history
fix: fixed cli issues
  • Loading branch information
harish551 authored Dec 27, 2021
2 parents 6502b39 + 4889ddd commit 2b61f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func init() {
FsEditONFT.String(FlagDescription, "[do-not-modify]", "Description of onft")
FsEditONFT.String(FlagTransferable, "[do-not-modify]", "transferability of onft")
FsEditONFT.String(FlagData, "[do-not-modify]", "custom data of onft")
FsEditONFT.String(FlagExtensible, "yes", "extensibility of onft (yes | no)")
FsEditONFT.String(FlagExtensible, "[do-not-modify]", "extensibility of onft (yes | no)")

FsTransferONFT.String(FlagRecipient, "", "Receiver of the onft. default value is sender address of transaction")
FsQuerySupply.String(FlagOwner, "", "The owner of a nft")
Expand Down

0 comments on commit 2b61f84

Please sign in to comment.