From 50b6c56b0dfc102d2dba1b12a4ae95725b8faba9 Mon Sep 17 00:00:00 2001 From: Narthana Epa Date: Mon, 2 Sep 2024 05:20:53 +0530 Subject: [PATCH] Update README with latest CLI help text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c0c1ec..9fee8de 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ A process runner that can log the `stdin`, `stdout`, and `stderr` streams to fil ``` A command runner that optionally logs the I/O streams to files -Usage: runner [OPTIONS] [-- ...] +Usage: runner [OPTIONS] -- ... Arguments: - [EXEC]... The command to run and its arguments. A command must be specified, arguments are space delimited + ... The command to run and its arguments. A command must be specified, arguments are space delimited Options: -i, --in-file The file to log stdin to [env: IN_FILE=]