Skip to content

Commit

Permalink
Update help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-B committed Nov 27, 2023
1 parent f250e70 commit e7eb0ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sw/supervision/python/log_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ def read_stderr(self):

def show_help(self):
QMessageBox.information(self, "logs extractor help",
"<h1>Extract easily your log files!</h1><br/>"
"<h1>SD log extractor</h1><br/>"
"Extract logs from flight recorder.<br/>"
"You can use substitution variables in the output directory:<br/>"
"<b>$AIRCRAFT</b>: aircraft name<br/>"
"<b>$AC_ID</b>: aircraft id<br/>"
Expand Down

0 comments on commit e7eb0ae

Please sign in to comment.