Skip to content

Commit

Permalink
Update testnet parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Aug 23, 2023
1 parent a661a5c commit a7a6345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/Legacy/Commands/Governance.hs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pNetwork = asum $ mconcat
, Opt.help "Use the mainnet magic id."
]
, Opt.flag' Ledger.Testnet $ mconcat
[ Opt.long "testnet-magic"
[ Opt.long "testnet"
, Opt.help "Use the testnet magic id."
]
]
Expand Down

0 comments on commit a7a6345

Please sign in to comment.