Skip to content

Commit 47f50c7

Browse files
committed
doc: add bitcoin-qt man description
1 parent 40b82e3 commit 47f50c7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/qt/utilitydialog.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) :
5656
ui->helpMessage->setVisible(false);
5757
} else {
5858
setWindowTitle(tr("Command-line options"));
59-
QString header = "Usage: bitcoin-qt [command-line options] [URI]\n\n"
60-
"Optional URI is a Bitcoin address in BIP21 URI format.\n";
59+
QString header = "The bitcoin-qt application provides a graphical interface for interacting with " CLIENT_NAME ".\n\n"
60+
"It combines the core functionalities of bitcoind with a user-friendly interface for wallet management, transaction history, and network statistics.\n\n"
61+
"It is suitable for users who prefer a graphical over a command-line interface.\n\n"
62+
"You can optionally specify a payment [URI], in e.g. the BIP21 URI format.\n\n"
63+
"Usage: bitcoin-qt [options] [URI]\n\n";
6164
QTextCursor cursor(ui->helpMessage->document());
6265
cursor.insertText(version);
6366
cursor.insertBlock();

0 commit comments

Comments
 (0)