Skip to content

Commit

Permalink
Minor improvements on help module
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Jul 30, 2018
1 parent 6f29daf commit 11bfca0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions lib/help.js
Expand Up @@ -2,7 +2,7 @@

module.exports = `
Usage
$ taskbook, tb [<options> ...]
$ tb [<options> ...]
Options
none Display board view
Expand All @@ -23,7 +23,7 @@ module.exports = `
--version, -v Display installed version
Examples
$ taskbook
$ tb
$ tb --task Make some buttercream
$ tb --task @coding Improve documentation
$ tb --task @coding @reviews Review PR #42
Expand All @@ -36,7 +36,7 @@ module.exports = `
$ tb --edit @3 Merge PR #42
$ tb --move @1 cooking
$ tb --find documentation
$ tb --list pending taskbook
$ tb --list pending coding
$ tb --archive
$ tb --restore 4
`;
8 changes: 4 additions & 4 deletions readme.md
Expand Up @@ -64,10 +64,10 @@ npm install --global taskbook
## Usage

```
$ taskbook --help
$ tb --help
Usage
$ taskbook, tb [<options> ...]
$ tb [<options> ...]
Options
none Display board view
Expand All @@ -88,7 +88,7 @@ $ taskbook --help
--version, -v Display installed version
Examples
$ taskbook
$ tb
$ tb --task Make some buttercream
$ tb --task @coding Improve documentation
$ tb --task @coding @reviews Review PR #42
Expand All @@ -101,7 +101,7 @@ $ taskbook --help
$ tb --edit @3 Merge PR #42
$ tb --move @1 cooking
$ tb --find documentation
$ tb --list pending taskbook
$ tb --list pending coding
$ tb --archive
$ tb --restore 4
```
Expand Down

0 comments on commit 11bfca0

Please sign in to comment.