aboutsummaryrefslogtreecommitdiff
path: root/docs/command-line-parsing.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-06 22:45:02 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-06 22:45:02 -0400
commit44cd26f2cebd760a53aa4ff1b7779e718a101650 (patch)
tree4bdc9144c6825a0c394155712d5e464ee2a61061 /docs/command-line-parsing.md
parent3406515a44b13d0c290c28ac42bd364ce27560c7 (diff)
Rename Array -> List in all code and docs
Diffstat (limited to 'docs/command-line-parsing.md')
-rw-r--r--docs/command-line-parsing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/command-line-parsing.md b/docs/command-line-parsing.md
index 127cf232..bd71ba41 100644
--- a/docs/command-line-parsing.md
+++ b/docs/command-line-parsing.md
@@ -97,10 +97,10 @@ foo: Invalid value provided for --foo; valid values are: One Two
Signature: foo [--help] <foo>
```
-### Arrays of Text
+### Lists of Text
-Currently, Tomo supports accepting arguments that take an array of text.
-Array-of-text arguments can be passed like this:
+Currently, Tomo supports accepting arguments that take a list of text.
+List-of-text arguments can be passed like this:
```tomo
# many-texts.tm