1287
1287
N_("Display column type information."))
1288
1288
("comments,c", po::value<bool>(&preserve_comments)->default_value(false)->zero_tokens(),
1289
1289
N_("Preserve comments. Send comments to the server. The default is --skip-comments (discard comments), enable with --comments"))
1290
("compress,C", po::value<bool>(&opt_compress)->default_value(false)->zero_tokens(),
1292
1290
("vertical,E", po::value<bool>(&vertical)->default_value(false)->zero_tokens(),
1293
1291
N_("Print the output of a query (rows) vertically."))
1294
1292
("force,f", po::value<bool>(&ignore_errors)->default_value(false)->zero_tokens(),