Skip to content

Commit

Permalink
ui: remove unused '-b' option from getopt list
Browse files Browse the repository at this point in the history
The '-b/--build' option was removed in JuliaLang#11640
a703799
  • Loading branch information
nolta committed Sep 20, 2015
1 parent 31f6181 commit 8681313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/repl.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void parse_opts(int *argcp, char ***argvp)
opt_use_precompiled,
opt_incremental
};
static char* shortopts = "+vhqFfH:e:E:P:L:J:C:ip:Ob:";
static char* shortopts = "+vhqFfH:e:E:P:L:J:C:ip:O";
static struct option longopts[] = {
// exposed command line options
// NOTE: This set of required arguments need to be kept in sync
Expand Down

0 comments on commit 8681313

Please sign in to comment.