Skip to content

Commit

Permalink
qt: remove duplicate manpage description
Browse files Browse the repository at this point in the history
description can now be found in the manpage only.
  • Loading branch information
willcl-ark committed Mar 8, 2024
1 parent 848ba8a commit e7e9c4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/qt/utilitydialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) :
ui->helpMessage->setVisible(false);
} else {
setWindowTitle(tr("Command-line options"));
QString header = "Usage: bitcoin-qt [command-line options] [URI]\n\n"
"Optional URI is a Bitcoin address in BIP21 URI format.\n";
QString header = "Usage: bitcoin-qt [command-line options] [URI]\n\n";
QTextCursor cursor(ui->helpMessage->document());
cursor.insertText(version);
cursor.insertBlock();
Expand Down

0 comments on commit e7e9c4e

Please sign in to comment.