We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e22e1 commit 5fc7ff1Copy full SHA for 5fc7ff1
node/flatpak_node_generator/main.py
@@ -101,7 +101,7 @@ async def _async_main() -> None:
101
type=int,
102
default=DEFAULT_SPLIT_SIZE_KB,
103
dest='split_size',
104
- help='If splitting the sources file, split at this size in KB. Default is 49000KB.',
+ help=f'If splitting the sources file, split at this size in KB. Default is {DEFAULT_SPLIT_SIZE_KB} KB.',
105
)
106
parser.add_argument(
107
'--node-chromedriver-from-electron',
0 commit comments