Modify example to add a very long suffix to the command line

This commit is contained in:
Juan Jose Comellas 2013-01-25 15:29:54 -03:00
parent 8151b3f37d
commit 860de106b7

View File

@ -16,7 +16,7 @@
-author('juanjo@comellas.org'). -author('juanjo@comellas.org').
main([]) -> main([]) ->
getopt:usage(option_spec_list(), escript:script_name()); getopt:usage(option_spec_list(), escript:script_name(), "<arg1> <arg2> <arg3> <arg4> <arg5> <arg6> <arg7> <arg8> <arg9> <arg10>");
main(Args) -> main(Args) ->
OptSpecList = option_spec_list(), OptSpecList = option_spec_list(),
io:format("For command line: ~p~n" io:format("For command line: ~p~n"