Skip to content

Commit

Permalink
CIO-98 Update documentation verbiage (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwu910 committed Apr 24, 2018
1 parent 9d112a4 commit 2231eb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ checkit
| -------- | ------------ |
|`j/k, down/up`| Navigate the list |
|`h/l, left/right`| Previous/Next remote |
|`r`| Fetch, prune, and refresh list |
|`r`| Refresh list with a fetch and prune |
|`enter`| Select highlighted item |
|`space`| Interactive git log |
|`q, C-c, esc`| Exit check-it-out |
|`space`| Git log |
|`q, C-c, esc`| Quit |

## Contributing
Please refer to the [Contributing Guidelines](./CONTRIBUTING.md)
Expand Down
6 changes: 3 additions & 3 deletions utils/helpText.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ const helpText = () => {
const text = [
[chalk.bold('j/k, down/up'), 'Navigate the list'],
[chalk.bold('h/l, left/right'), 'Previous/Next remote'],
[chalk.bold('r'), 'Fetch, prune, and refresh list'],
[chalk.bold('r'), 'Refresh with a fetch and prune'],
[chalk.bold('enter'), 'Select highlighted item'],
[chalk.bold('space'), 'Interactive git log'],
[chalk.bold('q, C-c, esc'), 'Exit check-it-out'],
[chalk.bold('space'), 'Git log'],
[chalk.bold('q, C-c, esc'), 'Quit'],
];

return text;
Expand Down

0 comments on commit 2231eb7

Please sign in to comment.