Skip to content

Commit

Permalink
explain that delete only works on stopped workspaces - #17256 CRW-1027 (
Browse files Browse the repository at this point in the history
#761)

Change-Id: I38666faab7593c6a79cb602b258e97be36f6ab28
Signed-off-by: nickboldt <[email protected]>
  • Loading branch information
nickboldt authored Jun 29, 2020
1 parent 1060c0e commit a07d68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/workspace/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { CheTasks } from '../../tasks/che'
import { ApiTasks } from '../../tasks/platforms/api'

export default class Delete extends Command {
static description = 'delete a user\'s workspace'
static description = 'delete a stopped workspace - use workspace:stop to stop the workspace before deleting it'

static flags = {
help: flags.help({ char: 'h' }),
Expand Down

0 comments on commit a07d68f

Please sign in to comment.