Use correct column name in history import -h example (#16190)

Closes #16189

See that issue for details.
This commit is contained in:
Jasha
2025-07-16 15:04:56 -04:00
committed by GitHub
parent 5aa1ccea10
commit 1ba4fe0aac

View File

@ -57,7 +57,7 @@ Note that history item IDs are ignored when importing from file."#
result: None,
},
Example {
example: "[[ command_line cwd ]; [ foo /home ]] | history import",
example: "[[ command cwd ]; [ foo /home ]] | history import",
description: "Append `foo` ran from `/home` to the current history",
result: None,
},