From 860de106b7477e97485c47c8f2ff999d8e30783e Mon Sep 17 00:00:00 2001 From: Juan Jose Comellas Date: Fri, 25 Jan 2013 15:29:54 -0300 Subject: [PATCH] Modify example to add a very long suffix to the command line --- examples/getopt_long_help.escript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"