mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-03 22:03:01 +01:00
Bugfix: Capitalize kB correctly (upstream: 9d4b05c)
This commit is contained in:
@@ -204,7 +204,7 @@ bool AppInit2(int argc, char* argv[])
|
||||
" -upnp \t " + _("Attempt to use UPnP to map the listening port\n") +
|
||||
#endif
|
||||
#endif
|
||||
" -paytxfee=<amt> \t " + _("Fee per KB to add to transactions you send\n") +
|
||||
" -paytxfee=<amt> \t " + _("Fee per kB to add to transactions you send\n") +
|
||||
#ifdef GUI
|
||||
" -server \t\t " + _("Accept command line and JSON-RPC commands\n") +
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user