upgrade: Added a deprecation notice in favour of bmputil
This commit is contained in:
parent
c228176d29
commit
9a0bbd3b37
|
@ -40,6 +40,9 @@ void banner(void)
|
|||
puts("\nBlack Magic Probe -- Firmware Upgrade Utility -- Version " VERSION);
|
||||
puts("Copyright (C) 2022 Black Magic Debug Project");
|
||||
puts("License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n");
|
||||
puts("");
|
||||
puts("** WARNING: This utility has been deprecated in favour of bmputil")
|
||||
puts(" Please see https://github.com/blackmagic-debug/bmputil")
|
||||
}
|
||||
|
||||
|
||||
|
@ -176,4 +179,3 @@ retry:
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue