You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ap.add_argument("-no-strip", dest="strip", action="store_false", default=True, help="don't run 'strip' on the binaries")
397
396
ap.add_argument("-translations-dir", nargs=1, metavar="path", default=None, help="Path to Qt's translations. Base translations will automatically be added to the bundle's resources.")
398
-
ap.add_argument("-zip", nargs="?", const="", metavar="zip", help="create a .zip containing the app bundle")
397
+
ap.add_argument("-zip", nargs=1, metavar="zip", help="create a .zip containing the app bundle")
Copy file name to clipboardExpand all lines: doc/design/libraries.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
|*libbitcoin_crypto*| Hardware-optimized functions for data encryption, hashing, message authentication, and key derivation. |
9
9
|*libbitcoin_kernel*| Consensus engine and support library used for validation by *libbitcoin_node*. |
10
10
|*libbitcoinqt*| GUI functionality used by *bitcoin-qt* and *bitcoin-gui* executables. |
11
-
|*libbitcoin_ipc*| IPC functionality used by *bitcoin-node*, *bitcoin-wallet*,*bitcoin-gui* executables to communicate when [`-DENABLE_IPC=ON`](multiprocess.md) is used. |
11
+
|*libbitcoin_ipc*| IPC functionality used by *bitcoin-node* and*bitcoin-gui* executables to communicate when [`-DENABLE_IPC=ON`](multiprocess.md) is used. |
12
12
|*libbitcoin_node*| P2P and RPC server functionality used by *bitcoind* and *bitcoin-qt* executables. |
13
13
|*libbitcoin_util*| Home for common functionality shared by different executables and libraries. Similar to *libbitcoin_common*, but lower-level (see [Dependencies](#dependencies)). |
14
14
|*libbitcoin_wallet*| Wallet functionality used by *bitcoind* and *bitcoin-wallet* executables. |
0 commit comments