diff options
Diffstat (limited to 'cmd/mbf/main.go')
| -rw-r--r-- | cmd/mbf/main.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index df9c99b8..b2f2c0d6 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -218,6 +218,11 @@ func main() { "r", command.StringFlag("$MBF_REMOTE"), "URL of mirror service", ).Flag( + &cm.deep, + "deep", command.BoolFlag(false), + "Cure all inputs even when the required artifact is available "+ + "via the mirror service", + ).Flag( &cm.idle, "sched-idle", command.BoolFlag(false), "Set SCHED_IDLE scheduling policy", |
