Skip to content

Commit

Permalink
chore: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gornak40 committed Feb 19, 2024
1 parent 2ddde3b commit f6a1a2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ Thanks to Mike, it's been working fast since 30.01.2024.

### Flags
- `-i` - problem id (required)
- `-v` - print valuer.cfg in stderr

### Config
- `polygon.url`
Expand All @@ -175,7 +176,7 @@ Thanks to Mike, it's been working fast since 30.01.2024.
### Examples
```bash
valeria --help
valeria -i 288808
valeria -i 288808 -v
valeria -i 318511 > scoring.tex
valeria -i 318882 | bat -l tex
```
Expand Down
2 changes: 1 addition & 1 deletion cmd/valeria/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {
})
verbose := parser.Flag("v", "verbose", &argparse.Options{
Required: false,
Help: "Show valuer in stderr",
Help: "Print valuer.cfg in stderr",
})
if err := parser.Parse(os.Args); err != nil {
logrus.WithError(err).Fatal("bad arguments")
Expand Down

0 comments on commit f6a1a2c

Please sign in to comment.