Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fntz committed May 13, 2021
1 parent 742c9d6 commit bc4def0
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
Expand Up @@ -2,7 +2,7 @@

```
./truerss-cli -h
truerss-cli: CLI for TrueRSS reader (1.0.0)
truerss-cli: Command Line Interface for TrueRSS reader (1.0.0)
USAGE
$ truerss-cli [-h] [--version] all|opml|add|favorites|latest|view
Expand Down
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void main(string[] args)
);

auto result = new Program("truerss-cli", "1.0.0")
.summary("CLI for TrueRSS reader")
.summary("Command Line Interface for TrueRSS reader")
.add(
new Command("all").summary("Display all sources")
)
Expand Down

0 comments on commit bc4def0

Please sign in to comment.