Skip to content

Commit 5fc7ff1

Browse files
committed
node: Inherit default value in help from constant
1 parent 44e22e1 commit 5fc7ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/flatpak_node_generator/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ async def _async_main() -> None:
101101
type=int,
102102
default=DEFAULT_SPLIT_SIZE_KB,
103103
dest='split_size',
104-
help='If splitting the sources file, split at this size in KB. Default is 49000KB.',
104+
help=f'If splitting the sources file, split at this size in KB. Default is {DEFAULT_SPLIT_SIZE_KB} KB.',
105105
)
106106
parser.add_argument(
107107
'--node-chromedriver-from-electron',

0 commit comments

Comments
 (0)