Skip to content

Commit a63803a

Browse files
committed
Modify command line help to show support for BIP21 URIs
1 parent aa9231f commit a63803a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/qt/utilitydialog.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) :
5858
ui->helpMessage->setVisible(false);
5959
} else {
6060
setWindowTitle(tr("Command-line options"));
61-
QString header = "Usage: bitcoin-qt [command-line options] \n";
61+
QString header = "Usage: bitcoin-qt [command-line options] [URI]\n\n"
62+
"Optional [URI] is a bitcoin address in BIP21 URI format.\n";
6263
QTextCursor cursor(ui->helpMessage->document());
6364
cursor.insertText(version);
6465
cursor.insertBlock();

0 commit comments

Comments
 (0)