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

AssignmentUnpublish => Fix description in the cli help

parent 4941e1e6
No related branches found
No related tags found
No related merge requests found
Pipeline #29256 passed
......@@ -13,7 +13,7 @@ abstract class AssignmentPublishUnpublishCommandBase extends CommanderCommand {
protected defineCommand() {
this.command
.description('publish an assignment')
.description(`${ this.publish ? 'publish' : 'unpublish' } an assignment`)
.argument('<name or url>', 'name or url (http/s or ssh) of the assignment')
.option('-f, --force', 'don\'t ask for confirmation')
.action(this.commandAction.bind(this));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment