From cf1b0904e8905de2d6cb188064b9bc6e9c6aff91 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 17 Jan 2017 11:55:19 -0400 Subject: [PATCH] docs: minor edits to ARCHITECTURE.md and CLI.md (#1029) See: https://github.com/resin-io/etcher/pull/1010 Signed-off-by: Juan Cruz Viotti --- docs/ARCHITECTURE.md | 2 +- docs/CLI.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 7db7c9fc..c824d096 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -96,7 +96,7 @@ contains certain features to ease communication: - An environment variable called `ETCHER_CLI_ROBOT` option, which when set causes the Etcher CLI to output state in a way that can be easily - parser by a machine. + parsed by a machine. Summary ------- diff --git a/docs/CLI.md b/docs/CLI.md index 095fc607..57a2187b 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -48,7 +48,7 @@ The robot option ---------------- Setting the `ETCHER_CLI_ROBOT` environment variable allows other applications -to easily consume the output of the Etcher CLI in real-time When using the +to easily consume the output of the Etcher CLI in real-time. When using the `ETCHER_CLI_ROBOT` option, the `--yes` option is implicit, therefore you need to manually specify `--drive`.