Skip to content

Commit

Permalink
small changes to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Nov 16, 2021
1 parent 9ef0109 commit 5d603fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nassa-hs

`nassa` is a small CLI tool that searches, parses and lists modules. As parsing failes for broken yaml files we get validation for free.
`nassa` is a small CLI tool that searches, validates and lists NASSA modules.

See a collection of example modules in `playground/`, which can be validated and listed with

Expand Down
2 changes: 1 addition & 1 deletion src-executables/Main-nassa.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runCmd o = case o of
optParserInfo :: OP.ParserInfo Options
optParserInfo = OP.info (OP.helper <*> versionOption <*> optParser) (
OP.briefDesc <>
OP.progDesc "nassa"
OP.progDesc "nassa searches, validates and lists NASSA modules"
)

versionOption :: OP.Parser (a -> a)
Expand Down

0 comments on commit 5d603fa

Please sign in to comment.