mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 22:40:25 +00:00
Update update.py (#2426)
Fixed grammar mistake Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
82ad44a863
commit
203adabc46
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class Main(App):
|
||||||
|
|
||||||
def disclaimer(self):
|
def disclaimer(self):
|
||||||
self.logger.error(
|
self.logger.error(
|
||||||
"You might brick you device into a state in which you'd need an SWD programmer to fix it."
|
"You might brick your device into a state in which you'd need an SWD programmer to fix it."
|
||||||
)
|
)
|
||||||
self.logger.error(
|
self.logger.error(
|
||||||
"Please confirm that you REALLY want to do that with --I-understand-what-I-am-doing=yes"
|
"Please confirm that you REALLY want to do that with --I-understand-what-I-am-doing=yes"
|
||||||
|
|
Loading…
Reference in a new issue