Correct wording from previous PR (#14066)

# Description

Apologies - The updated wording I used in the last PR *description* was
not what I actually pushed. I failed to commit and push the last update.
This PR fixes the code to reflect what was described in #14065:

```
-r, --header-row - use the first input column as the table header-row (or keynames when combined with --as-record)
```

# User-Facing Changes

Help/doc only

# Tests + Formatting

- 🟢 `toolkit fmt`
- 🟢 `toolkit clippy`
- 🟢 `toolkit test`
- 🟢 `toolkit test stdlib`

(And visually confirmed help changes ;-))

# After Submitting

N/A
This commit is contained in:
Douglas 2024-10-11 14:57:32 -04:00 committed by GitHub
parent 389e7d2502
commit 0e3a8c552c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ impl Command for Transpose {
])
.switch(
"header-row",
"treat the first column as the header-row (column names)",
"use the first input column as the table header-row (or keynames when combined with --as-record)",
Some('r'),
)
.switch(