Codebase list erlang-getopt / 8fd9eae
Add argument with default float value to example Juan Jose Comellas 11 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
4949 {host, $h, "host", {string, "localhost"}, "Database server host name or IP address"},
5050 {port, $p, "port", {integer, 1000}, "Database server port"},
5151 {output_file, $o, "output-file", string, "File where the data will be saved to"},
52 {margin, $m, "margin", {float, 0.66}, "Page margin"},
5253 {xml, $x, "xml", undefined, "Output data as XML"},
5354 {verbose, $v, "verbose", integer, "Verbosity level"},
5455 {dbname, undefined, undefined, string, "Database name"}