mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Modify command line help to show support for BIP21 URIs
This commit is contained in:
parent
aa9231fafe
commit
ede5014c44
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) :
|
|||
ui->helpMessage->setVisible(false);
|
||||
} else {
|
||||
setWindowTitle(tr("Command-line options"));
|
||||
QString header = "Usage: bitcoin-qt [command-line options] \n";
|
||||
QString header = "Usage: bitcoin-qt [command-line options] [URI]\n\n"
|
||||
"Optional URI is a Bitcoin address in BIP21 URI format.\n";
|
||||
QTextCursor cursor(ui->helpMessage->document());
|
||||
cursor.insertText(version);
|
||||
cursor.insertBlock();
|
||||
|
|
Loading…
Add table
Reference in a new issue