diff --git a/docs/jobs/jobfile.md b/docs/jobs/jobfile.md index adc46dcbc..376f9c178 100644 --- a/docs/jobs/jobfile.md +++ b/docs/jobs/jobfile.md @@ -43,7 +43,7 @@ The default are the same as CLI interface. ```toml name = "test-job" -stream = "path/to/stream/dir" # Stdout/Stderr streaming (see --stream) +stream_log = "path/to/stream/dir" # Stdout/Stderr streaming (see --stream) max_fails = 11 [[task]]