Update src/Cli/Cli.hs

This commit is contained in:
Lucy C
2022-09-07 16:09:09 -06:00
committed by GitHub
parent cd0a24af34
commit d9cd02ab8c

View File

@@ -440,7 +440,7 @@ parseEosPublish =
liftA3
EosUpload
(strOption (short 't' <> long "target" <> metavar "NAME" <> help "Name of registry in publish.dhall"))
(strOption (short 'p' <> long "package" <> metavar "S9PK" <> help "File path of the image to publish"))
(strOption (short 'i' <> long "image" <> metavar "EOS_IMG" <> help "File path of the image to publish"))
(strOption (short 'v' <> long "version" <> help "Version of the image"))