1295
1295
N_("Continue even if we get an sql error."))
1296
1296
("named-commands,G", po::value<bool>(&named_cmds)->default_value(false)->zero_tokens(),
1297
1297
N_("Enable named commands. Named commands mean this program's internal commands; see drizzle> help . When enabled, the named commands can be used from any line of the query, otherwise only from the first line, before an enter."))
1299
1298
("no-beep,b", po::value<bool>(&opt_nobeep)->default_value(false)->zero_tokens(),
1300
1299
N_("Turn off beep on error."))
1301
1300
("disable-line-numbers", N_("Do not write line numbers for errors."))
1304
1301
("disable-column-names", N_("Do not write column names in results."))
1306
1303
N_("Don't write column names in results. WARNING: -N is deprecated, use long version of this options instead."))