diff --git a/examples/getopt_long_help.escript b/examples/getopt_long_help.escript index 488381b..b418072 100755 --- a/examples/getopt_long_help.escript +++ b/examples/getopt_long_help.escript @@ -16,7 +16,7 @@ -author('juanjo@comellas.org'). main([]) -> - getopt:usage(option_spec_list(), escript:script_name()); + getopt:usage(option_spec_list(), escript:script_name(), " "); main(Args) -> OptSpecList = option_spec_list(), io:format("For command line: ~p~n"