Permalink
Browse files
better usage strings for deletes
- Loading branch information
|
@@ -10,7 +10,7 @@ import ( |
|
|
"github.com/spf13/cobra" |
|
|
) |
|
|
|
|
|
const buildDeleteUsage = `Deletes a build.` |
|
|
const buildDeleteUsage = `Deletes a build and its corresponding jobs.` |
|
|
|
|
|
var forceDeleteRunning bool |
|
|
|
|
|
|
@@ -10,7 +10,7 @@ import ( |
|
|
"github.com/spf13/cobra" |
|
|
) |
|
|
|
|
|
const buildDeleteAllUsage = `Deletes all builds for a project.` |
|
|
const buildDeleteAllUsage = `Deletes all builds for a project as well as their corresponding jobs.` |
|
|
|
|
|
var forceDeleteRunningAll bool |
|
|
|
|
|
0 comments on commit
61e67c8