]> Cypherpunks.ru repositories - goredo.git/blobdiff - run.go
Convenient -xx for REDO_TRACE=1
[goredo.git] / run.go
diff --git a/run.go b/run.go
index ac607a696b0ceea461d0147e9ef555ad8f663f59..c85543a0f8d7b4897bfc1ee65f69ef3b87200c82 100644 (file)
--- a/run.go
+++ b/run.go
@@ -62,7 +62,8 @@ var (
        StderrPrefix string
        Jobs         sync.WaitGroup
 
-       flagTrace        = flag.Bool("x", false, fmt.Sprintf("trace current target (sh -x) (set %s=1 for all others)", EnvTrace))
+       flagTrace        = flag.Bool("x", false, "trace (sh -x) current targets")
+       flagTraceAll     = flag.Bool("xx", false, fmt.Sprintf("trace (sh -x) all targets (%s=1)", EnvTrace))
        flagStderrKeep   = flag.Bool("logs", false, fmt.Sprintf("keep job's stderr (%s=1)", EnvStderrKeep))
        flagStderrSilent = flag.Bool("silent", false, fmt.Sprintf("do not print job's stderr (%s=1)", EnvStderrSilent))
 )