Skip to content

Commit

Permalink
help: list --help-hidden when doing julia -h (#35366)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Apr 6, 2020
1 parent 78e4c2d commit 553251a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jloptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jl_options_t jl_options = { 0, // quiet
static const char usage[] = "julia [switches] -- [programfile] [args...]\n";
static const char opts[] =
" -v, --version Display version information\n"
" -h, --help Print this message (--help-hidden for more)\n\n"
" -h, --help Print this message (--help-hidden for more)\n"
" --help-hidden Uncommon options not shown by `-h`\n\n"

// startup options
" --project[={<dir>|@.}] Set <dir> as the home project/environment\n"
Expand Down

0 comments on commit 553251a

Please sign in to comment.