Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Fixes error in usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbuffett committed Mar 13, 2016
1 parent 621cb13 commit d187c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cmds/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Help.prototype.listCommands_ = function (commands) {

content += '\n(*) Flags that can execute an action.\n' +
'\'gh help\' lists available commands.\n' +
'\'git help -a\' lists all available subcommands.';
'\'gh help -a\' lists all available subcommands.';

return content;
};
Expand Down

0 comments on commit d187c99

Please sign in to comment.