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

Merge branch 'fix-unpublish-description' into v3.4.2

parents 4941e1e6 4f39819a
Branches
Tags
No related merge requests found
Pipeline #29257 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