Skip to content

Commit

Permalink
cli: make it a bit clear that the stack size option is for PIE
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jun 9, 2024
1 parent 3e6bb6a commit 86adf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static const char *opt_metavars[] = {
[opt_load] = "MODULE_PATH",
#if defined(TOYWASM_ENABLE_DYLD)
[opt_dyld_path] = "LIBRARY_DIR",
[opt_dyld_stack_size] = "C_STACK_SIZE_IN_BYTES",
[opt_dyld_stack_size] = "C_STACK_SIZE_FOR_PIE_IN_BYTES",
#endif
#if defined(TOYWASM_ENABLE_WASI)
[opt_wasi_env] = "NAME=VAR",
Expand Down

0 comments on commit 86adf05

Please sign in to comment.