Skip to content

Commit

Permalink
Fix CLI help in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
menees committed Apr 30, 2024
1 parent bd6d663 commit a528d5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ The library also contains some helper classes for specialized parsing situtation
## Applications
* **Web**: The [Menees Chord Sheet Converter](https://chords.menees.com/) web application converts [Ultimate Guitar](https://www.ultimate-guitar.com/)-style chords-over-text sheets into [ChordPro](https://www.chordpro.org/) format or [MobileSheets](https://www.zubersoft.com/mobilesheets/) format. The converter is a Blazor WebAssembly app, so it needs to be run in a modern, up-to-date web browser.
* **Console**: The `.\Menees.Chords.Cli.exe` .NET console application is a thin wrapper over the `Menees.Chords.dll` library.
Run `.\Menees.Chords.Cli.exe --help` to see its available commands and options. Its primary command is `convert`.
Run `.\Menees.Chords.Cli.exe convert --help` to see its arguments and options.
Run `.\Menees.Chords.Cli.exe -help` to see its available options.

## Others
Here are some links to similar software that might be of interest:
Expand Down

0 comments on commit a528d5b

Please sign in to comment.