Skip to content

Commit 35043dd

Browse files
authored
Merge pull request #12081 from gitbutlerapp/kv-branch-89
Update status message with clearer update actions
2 parents 5cfd4a1 + b99d44c commit 35043dd

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)