Skip to content

Commit dae6b75

Browse files
committed
include options
1 parent 1f20f94 commit dae6b75

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

docs/setup_gdb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ We recommend enabling the address sanitizer and undefined behavior sanitizer. Th
9292

9393
First, edit your `Makefile` and add the `CXXFLAGS` recommended by the [ASAN Quick Start](setup_asan.html#quick-start).
9494

95-
### Command-Line Arguments
95+
### Command-Line Arguments and Options
9696

9797
<!-- Preserve links to old section heading "Arguments and Options" -->
9898
<a id="arguments-and-options"></a>
9999

100-
Inputs to a program may be provided when it is initially run via command-line arguments. Here's an example from EECS 280 Project 1:
100+
Inputs to a program may be provided when it is initially run via command-line arguments or options. Here's an example from EECS 280 Project 1:
101101

102102
```console
103103
$ ./two_sample.exe HCMST_ver_3.04.tsv q24_met_online 1 0 ppage

docs/setup_lldb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ We recommend enabling the address sanitizer and undefined behavior sanitizer. Th
9191

9292
First, edit your `Makefile` and add the `CXXFLAGS` recommended by the [ASAN Quick Start](setup_asan.html#quick-start).
9393

94-
### Command-Line Arguments
94+
### Command-Line Arguments and Options
9595

9696
<!-- Preserve links to old section heading "Arguments and Options" -->
9797
<a id="arguments-and-options"></a>
9898

99-
Inputs to a program may be provided when it is initially run via command-line arguments. Here's an example from EECS 280 Project 1:
99+
Inputs to a program may be provided when it is initially run via command-line arguments or options. Here's an example from EECS 280 Project 1:
100100

101101
```console
102102
$ ./two_sample.exe HCMST_ver_3.04.tsv q24_met_online 1 0 ppage

docs/setup_visualstudio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Visual Studio provides an address sanitizer with bounds checking automatically w
209209

210210
</div>
211211

212-
### Command-Line Arguments
212+
### Command-Line Arguments and Options
213213

214214
<!-- Preserve links to old section heading "Arguments and Options" -->
215215
<a id="arguments-and-options"></a>
@@ -218,7 +218,7 @@ Visual Studio provides an address sanitizer with bounds checking automatically w
218218
Skip this subsection your first time through the tutorial. You can come back to it.
219219
</div>
220220

221-
Inputs to a program may be provided when it is initially run via command-line arguments. Here's an example from EECS 280 Project 1:
221+
Inputs to a program may be provided when it is initially run via command-line arguments or options. Here's an example from EECS 280 Project 1:
222222

223223
```console
224224
$ ./two_sample.exe HCMST_ver_3.04.tsv q24_met_online 1 0 ppage

docs/setup_vscode_macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Open Settings on VSCode (Code > Settings > Settings). Search for "lldb: show dis
303303

304304
<img src="images/vscode_macos_037.png" width="768px" />
305305

306-
### Command-Line Arguments
306+
### Command-Line Arguments and Options
307307

308308
<!-- Preserve links to old section heading "Arguments and Options" -->
309309
<a id="arguments-and-options"></a>
@@ -312,7 +312,7 @@ Open Settings on VSCode (Code > Settings > Settings). Search for "lldb: show dis
312312
Skip this subsection your first time through the tutorial. You can come back to it.
313313
</div>
314314

315-
Inputs to a program may be provided when it is initially run via command-line arguments. Here's an example from EECS 280 Project 1:
315+
Inputs to a program may be provided when it is initially run via command-line arguments or options. Here's an example from EECS 280 Project 1:
316316

317317
```console
318318
$ ./two_sample.exe HCMST_ver_3.04.tsv q24_met_online 1 0 ppage

docs/setup_vscode_wsl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Edit the `"environment"` property in your `launch.json`. If there's already an
373373
```
374374
{: data-highlight="3-4" }
375375

376-
### Command-Line Arguments
376+
### Command-Line Arguments and Options
377377

378378
<!-- Preserve links to old section heading "Arguments and Options" -->
379379
<a id="arguments-and-options"></a>
@@ -382,7 +382,7 @@ Edit the `"environment"` property in your `launch.json`. If there's already an
382382
Skip this subsection your first time through the tutorial. You can come back to it.
383383
</div>
384384

385-
Inputs to a program may be provided when it is initially run via command-line arguments. Here's an example from EECS 280 Project 1:
385+
Inputs to a program may be provided when it is initially run via command-line arguments or options. Here's an example from EECS 280 Project 1:
386386

387387
```console
388388
$ ./two_sample.exe HCMST_ver_3.04.tsv q24_met_online 1 0 ppage

docs/setup_xcode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Select your scheme, then "Edit Scheme". You can also use menu: Product > Scheme
229229

230230
<img src="images/xcode170.png" width="768px" />
231231

232-
### Command-Line Arguments
232+
### Command-Line Arguments and Options
233233

234234
<!-- Preserve links to old section heading "Arguments and Options" -->
235235
<a id="arguments-and-options"></a>
@@ -238,7 +238,7 @@ Select your scheme, then "Edit Scheme". You can also use menu: Product > Scheme
238238
Skip this subsection your first time through the tutorial. You can come back to it.
239239
</div>
240240

241-
Inputs to a program may be provided when it is initially run via command-line arguments. Here's an example from EECS 280 Project 1:
241+
Inputs to a program may be provided when it is initially run via command-line arguments or options. Here's an example from EECS 280 Project 1:
242242

243243
```console
244244
$ ./two_sample.exe HCMST_ver_3.04.tsv q24_met_online 1 0 ppage

0 commit comments

Comments
 (0)