diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-10-30 11:35:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-30 11:35:35 -0700 |
| commit | 34fee9bf8cb34445ba157fca3bd075f8e5e8fa87 (patch) | |
| tree | 8aab6a68e3e1797d2c50d4ca4856bb3008cf6531 | |
| parent | feat Add PowerShell support (#2543) (diff) | |
| download | atuin-34fee9bf8cb34445ba157fca3bd075f8e5e8fa87.zip | |
chore: adjust update wording (#2974)
A user mentioned seeing the "UPGRADE" wording, and then expecting `atuin
upgrade` to work, when in fact the correct command is `atuin update`
Easy fix, wording adjusted
<!-- Thank you for making a PR! Bug fixes are always welcome, but if
you're adding a new feature or changing an existing one, we'd really
appreciate if you open an issue, post on the forum, or drop in on
Discord -->
## Checks
- [ ] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [ ] I have checked that there are no existing pull requests for the
same thing
| -rw-r--r-- | crates/atuin/src/command/client/search/interactive.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin/src/command/client/search/interactive.rs b/crates/atuin/src/command/client/search/interactive.rs index 930f634c..0b86462e 100644 --- a/crates/atuin/src/command/client/search/interactive.rs +++ b/crates/atuin/src/command/client/search/interactive.rs @@ -920,7 +920,7 @@ impl State { let title = if self.update_needed.is_some() { let error_style: Style = theme.get_error().into(); Paragraph::new(Text::from(Span::styled( - format!("Atuin v{VERSION} - UPGRADE"), + format!("Atuin v{VERSION} - UPDATE"), error_style.add_modifier(Modifier::BOLD), ))) } else { |
