Ignore:
Timestamp:
08/03/18 16:14:12 (6 years ago)
Author:
tbretz
Message:
Fixed some minor typos.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/root2sql.cc

    r19126 r19135  
    44#include "Database.h"
    55
     6#include "tools.h"
    67#include "Time.h"
    78#include "Configuration.h"
     
    6667        ("engine",         var<string>(""),           "Database engine to be used when a new table is created")
    6768        ("row-format",     var<string>(""),           "Defines the ROW_FORMAT keyword for table creation")
    68         ("duplicate",      vars<string>(""),          "Specifies an assignment_list for an 'ON DUPLICATE KEY UPDATE' expression")
     69        ("duplicate",      vars<string>(),            "Specifies an assignment_list for an 'ON DUPLICATE KEY UPDATE' expression")
    6970        ("ignore-errors",  po_switch(),               "Adds the IGNORE keyword to the INSERT query (turns errors into warnings, ignores rows with errors)")
    7071        ;
Note: See TracChangeset for help on using the changeset viewer.