mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
Update src/Cli/Cli.hs
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user