Skip to content

Commit

Permalink
fix(dashboard): Remove reference to Cmd-C key combo.
Browse files Browse the repository at this point in the history
closes #8
  • Loading branch information
Igor Barsi committed Feb 20, 2017
1 parent 1583690 commit c33c81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/modules/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Configuration: __{{format}}__
Current Commits: __{{current_commits}}__
Previous Commits: __{{previous_commits}}__
Press \`Esc\` or \`Ctrl/Cmd-C\` to quit.`;
Press \`Esc\` or \`Ctrl-C\` to quit.`;

const listing_settings = {
fg: 'green',
Expand Down

0 comments on commit c33c81a

Please sign in to comment.