Skip to content

Commit 84acc71

Browse files
authored
Fix 0.103.0 release notes help command reference (#1837)
1 parent 282d274 commit 84acc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-03-18-nushell_0_103_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ With [#14906](https://github.com/nushell/nushell/pull/14906), attributes can now
8888
This release includes two built-in attributes:
8989

9090
- `@example`: Adds an example usage for the command.
91-
- `@search-terms`: Adds search terms that can help users discover the command with `find -f`.
91+
- `@search-terms`: Adds search terms that can help users discover the command with `help --find` (or `help -f`).
9292

9393
Users can add their own attributes which will be available in the structured-data documentation accessible via
9494
`help commands` and `scope commands`.

0 commit comments

Comments
 (0)