joerdav / xc

Markdown defined task runner.
https://xcfile.dev/
MIT License
1.14k stars 27 forks source link

Make the descriptions of the CLI options consistent #65

Closed waldyrious closed 1 year ago

waldyrious commented 1 year ago

The help texts for the CLI flags at main.go mostly matched those in usage.txt, but there were a few slight discrepancies. This commit fixes them.

The exception is the description of the -h/-help option, which is an entirely different sentence from that in usage.txt. The only change made to it was changing the verb tense to match the others.