Updated README: Equal sign not required with `--mode` flag. master origin/HEAD origin/master
authorAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 28 May 2021 00:23:47 +0000 (17:23 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 28 May 2021 00:23:47 +0000 (17:23 -0700)
README.md

index 1e1bfe7..254897d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ terminal.
 
 I find myself less distracted when playing from a serial terminal. I also
 rarely finish a game in one session. Thus, my selection of GNU Go as a base
 
 I find myself less distracted when playing from a serial terminal. I also
 rarely finish a game in one session. Thus, my selection of GNU Go as a base
-upon which to tinker was in part driven by its `--mode=ascii` CLI interface.
+upon which to tinker was in part driven by its `--mode ascii` CLI interface.
 This allows me to run a game inside `screen`, (re-)attaching to it either from
 a real serial terminal or from a terminal emulator on a modern computer.
 
 This allows me to run a game inside `screen`, (re-)attaching to it either from
 a real serial terminal or from a terminal emulator on a modern computer.
 
@@ -31,13 +31,13 @@ attempting to read the board position. Adding some color cleared the fog. In
 order to maintain compatibility with `screen` and my terminal, this addition of
 color uses only ANSI escape codes to set the background, printing an ASCII
 space character to create a block of color. This mode may be selected via the
 order to maintain compatibility with `screen` and my terminal, this addition of
 color uses only ANSI escape codes to set the background, printing an ASCII
 space character to create a block of color. This mode may be selected via the
-`--mode=ansi` option. The screenshot below shows ASCII mode on the left and
+`--mode ansi` option. The screenshot below shows ASCII mode on the left and
 ANSI mode on the right, both boards depicting the same game.
 
 ![Screenshot: ASCII mode (left) vs ANSI mode (right)](/sgk-go/.git/blob_plain/HEAD:/interface/interface-example.png)
 
 In support of serial terminals like my Tektronix 4107 which only support
 ANSI mode on the right, both boards depicting the same game.
 
 ![Screenshot: ASCII mode (left) vs ANSI mode (right)](/sgk-go/.git/blob_plain/HEAD:/interface/interface-example.png)
 
 In support of serial terminals like my Tektronix 4107 which only support
-era-appropriate ANSI escape codes, an additional `--mode=strictansi` option was
+era-appropriate ANSI escape codes, an additional `--mode strictansi` option was
 created.
 
 
 created.