Skip to content

Commit

Permalink
Fix docs for anoma options
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Nov 22, 2024
1 parent 04f03b5 commit 442ca5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/CommonOptions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ anomaArgsOpt = do
somePreFileOpt
( long "args"
<> metavar "ARGS_FILE"
<> help "Path to file containing args. The args file should contain a list (i.e. to pass 2 and [1 4] as args, the contents should be [2 [1 4] 0])."
<> help "Path to a file containing args. The args file should contain a list (i.e. to pass 2 and [1 4] as args, the contents should be [2 [1 4] 0])."
<> action "file"
)
pure AppPath {_pathIsInput = True, ..}
Expand All @@ -115,7 +115,7 @@ anomaClientConfigOpt = do
( long "config"
<> short 'c'
<> metavar "CONFIG_FILE"
<> help "A path to a Anoma client configuration file"
<> help "A path to an Anoma client configuration file"
<> action "file"
)
pure AppPath {_pathIsInput = True, ..}
Expand Down

0 comments on commit 442ca5b

Please sign in to comment.