Skip to content

Commit b99d44c

Browse files
committed
Update status message with clearer update actions
Clarify the status output to suggest running `but update install` or `but update suppress` instead of the previous wording. This makes the recommended actions for handling an available update more explicit and consistent with the update subcommands.
1 parent 5cfd4a1 commit b99d44c

File tree

1 file changed

+1
-1
lines changed
  • crates/but/src/command/legacy/status

1 file changed

+1
-1
lines changed

crates/but/src/command/legacy/status/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ impl CliDisplay for but_update::AvailableUpdate {
10571057
format!(
10581058
"Update available: {} {}",
10591059
version_info,
1060-
"(run `but status -v` for link or `but update suppress` to dismiss)".dimmed()
1060+
"(you can run `but update install` or `but update suppress` to dismiss)".dimmed()
10611061
)
10621062
}
10631063
}

0 commit comments

Comments
 (0)