~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Monty Taylor
  • Date: 2010-09-28 17:45:19 UTC
  • mfrom: (1799.1.6 build)
  • Revision ID: mordred@inaugust.com-20100928174519-y6ie2f3wa4t6o669
Rollup patch with several bugfixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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."))
1298
 
  ("ignore-spaces,i", N_("Ignore space after function names."))
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."))
1302
 
  ("skip-line-numbers,L", 
1303
 
  N_("Don't write line number for errors. WARNING: -L is deprecated, use long version of this option instead."))
1304
1301
  ("disable-column-names", N_("Do not write column names in results."))
1305
1302
  ("skip-column-names,N", 
1306
1303
  N_("Don't write column names in results. WARNING: -N is deprecated, use long version of this options instead."))