diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-18 12:44:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-21 11:48:59 +0200 |
commit | 3ff63b6292538ca1c466ada478acb595b320d04a (patch) | |
tree | f0ef0fb4d7f8dc2228d7c4f4394b19f42f04ff7b | |
parent | e0644a5b0af8b4655f52c52da1b7f57725504b3d (diff) |
Generate long options usage
-rw-r--r-- | odb/mysql/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/mysql/makefile b/odb/mysql/makefile index 024b14f..3273a8d 100644 --- a/odb/mysql/makefile +++ b/odb/mysql/makefile @@ -62,6 +62,7 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): $(cli) $(gen): cli := $(cli) $(gen): cli_options += \ +--long-usage \ --generate-specifier \ --generate-file-scanner \ --cli-namespace odb::mysql::details::cli \ |