@@ -17,7 +17,7 @@ Options:
17
17
--module <MODULE_FILE> Path to a module to load when reading
18
18
--format <FORMAT> Format used when reading the binary data [default: main]
19
19
--allow-errors Continue even if errors were encountered
20
- -h, --help Print help information (use ` --help` for more detail )
20
+ -h, --help Print help (see more with ' --help' )
21
21
22
22
Examples:
23
23
@@ -56,7 +56,7 @@ Options:
56
56
Continue even if errors were encountered
57
57
58
58
-h, --help
59
- Print help information (use `-h` for a summary)
59
+ Print help (see a summary with '-h' )
60
60
61
61
Binary data can be read using a term supplied by the `--format` option:
62
62
@@ -181,13 +181,13 @@ Arguments must be provided to `fathom data`
181
181
``` console
182
182
$ fathom data
183
183
? failed
184
- error: The following required arguments were not provided:
184
+ error: the following required arguments were not provided:
185
185
--format <FORMAT>
186
186
<BINARY_FILE>
187
187
188
188
Usage: fathom data --format <FORMAT> <BINARY_FILE>
189
189
190
- For more information try '--help'
190
+ For more information, try '--help'.
191
191
192
192
```
193
193
@@ -196,12 +196,12 @@ The `--format` option must be present when `--module` is not supplied
196
196
``` console
197
197
$ fathom data formats/data/edid/dell-P2415Q.edid
198
198
? failed
199
- error: The following required arguments were not provided:
199
+ error: the following required arguments were not provided:
200
200
--format <FORMAT>
201
201
202
202
Usage: fathom data --format <FORMAT> <BINARY_FILE>
203
203
204
- For more information try '--help'
204
+ For more information, try '--help'.
205
205
206
206
```
207
207
0 commit comments