You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.help("How to walk the procedure: interactively, prompting the user at each step; automatically, taking each step's computed value and running to completion or first failure; or quietly, also running automatically but suppressing all progress trace output, so that only the output of external commands is printed to the terminal."),
383
+
.help("How to walk the procedure: interactively, prompting the user at each step; automatically, taking each step's computed value and running to completion or first failure; or quietly, also running automatically but suppressing all progress trail output, so that only the output of external commands is printed to the terminal."),
384
384
)
385
385
.arg(
386
386
Arg::new("interactive")
@@ -409,7 +409,7 @@ fn main() {
409
409
.value_parser(["pfftt","native"])
410
410
.default_value("pfftt")
411
411
.action(ArgAction::Set)
412
-
.help("Whether to write the recorded trace to disk in PFFTT format, as is the default, or to instead print a diagnostic trace of the steps as the are completed (for debugging)."),
412
+
.help("Whether to write the recorded journal to disk in PFFTT format, as is the default, or to instead print a diagnostic trail of the steps as they are completed (for debugging)."),
413
413
)
414
414
.arg(
415
415
Arg::new("raw-control-chars")
@@ -436,8 +436,8 @@ fn main() {
436
436
)
437
437
.subcommand(
438
438
Command::new("log")
439
-
.about("Print the trace recorded for a procedure run.")
440
-
.long_about("Print the trace recorded when a Technique procedure was run. \
439
+
.about("Print the journal recorded for a procedure run.")
440
+
.long_about("Print the journal recorded when a Technique procedure was run. \
441
441
Each line is one recorded event: entering a step, executing a command, \
442
442
and the result the step settled on. Times are relative to the start of \
0 commit comments