mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix missing word in sysupgrade(8) error message.
This commit is contained in:
parent
2b6463aa95
commit
47b53f1aab
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ int main(void)
|
|||
"You must cancel this to proceed.\n\n");
|
||||
if ( !can_run_old_abi )
|
||||
{
|
||||
text("Error: Can't pending upgrade due to ABI change.\n");
|
||||
text("Error: Can't cancel pending upgrade due to ABI change.\n");
|
||||
errx(2, "Upgrade aborted due to pending sysmerge(8) upgrade");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue