Skip to content
Snippets Groups Projects
Commit ae4e4fd7 authored by michael.minelli's avatar michael.minelli
Browse files

Commander => Rectify some strings

parent b686216e
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ class CommanderApp { ...@@ -18,7 +18,7 @@ class CommanderApp {
sortOptions : true, sortOptions : true,
sortSubcommands : true sortSubcommands : true
}) })
.option('-H, --host <string>', 'override the Dojo API endpoint.', Config.apiURL); .option('-H, --host <string>', 'override the Dojo API endpoint', Config.apiURL);
this.program.on('option:host', () => { this.program.on('option:host', () => {
Config.apiURL = this.program.opts().host; Config.apiURL = this.program.opts().host;
......
...@@ -19,7 +19,7 @@ class EnonceCommand extends CommanderCommand { ...@@ -19,7 +19,7 @@ class EnonceCommand extends CommanderCommand {
protected defineCommand() { protected defineCommand() {
this.command this.command
.description('Manage an enonce.'); .description('manage an enonce');
} }
protected defineSubCommands() { protected defineSubCommands() {
......
...@@ -21,7 +21,7 @@ class SessionCommand extends CommanderCommand { ...@@ -21,7 +21,7 @@ class SessionCommand extends CommanderCommand {
protected defineCommand() { protected defineCommand() {
this.command this.command
.description('manage session for API and Gitlab'); .description('manage Dojo and Gitlab sessions');
} }
protected defineSubCommands() { protected defineSubCommands() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment