Skip to content

Commit

Permalink
Docs, licenses, cleanup. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-groarke authored Mar 16, 2024
1 parent a852e1e commit bf7b945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Windows equivalent of macOS `say`.

Simple command line text-to-speech with easy file output, voice selection and more.

[download latest](https://github.com/p-groarke/wsay/releases/latest)

## Features
- Output to wav file.
Expand Down Expand Up @@ -148,7 +149,7 @@ Options:
-h, --help Print this help
wsay
version 1.6.0 ALPHA
version 1.6.0
https://github.com/p-groarke/wsay/releases
Philippe Groarke <hello@philippegroarke.com>
```
Expand Down
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ int wmain(int argc, wchar_t** argv, wchar_t**) {

std::wstring help_outro = L"wsay\nversion ";
help_outro += WSAY_VERSION;
help_outro += L" ALPHA";
help_outro += L"\nhttps://github.com/p-groarke/wsay/releases\n";
help_outro += L"Philippe Groarke <hello@philippegroarke.com>";
opt.add_help_outro(help_outro);
Expand Down

0 comments on commit bf7b945

Please sign in to comment.