Ignore:
Timestamp:
08/12/18 21:16:26 (6 years ago)
Author:
tbretz
Message:
Typos in help text.
File:
1 edited

Legend:

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

    r19155 r19157  
    152152        "\n"
    153153        "To choose the columns which should become primary keys, use --primary, "
    154         "for exmaple:\n"
     154        "for example:\n"
    155155        "   --primary=col1\n"
    156156        "To define more than one column as primary key, the option can be given more than "
     
    158158        "\n"
    159159        "All columns are created as NOT NULL as default. To force a database engine "
    160         "and/or a storage format, use --engine and --rot-format.\n"
     160        "and/or a storage format, use --engine and --row-format.\n"
    161161        "\n"
    162162        "Usually, the INSERT query would fail if the PRIMARY key exists already. "
     
    185185        "which means that the leaf MTime.fTime.fMilliSec is detected to be a Long64_t "
    186186        "which is filled into a column called MilliSec. Leaves with non basic data types "
    187         "are ignored automatically and are marked as (-n/a-). User ignored columnd "
     187        "are ignored automatically and are marked as (-n/a-). User ignored columns "
    188188        "are marked as (-ignored-).\n"
    189189        "\n"
     
    214214        "or the query has less than 80*25 bytes.\n"
    215215        "\n"
    216         "In case of succes, 0 is returned, a value>0 otherwise.\n"
     216        "In case of success, 0 is returned, a value>0 otherwise.\n"
    217217        "\n"
    218218        "Usage: root2sql [options] -uri URI rootfile.root\n"
Note: See TracChangeset for help on using the changeset viewer.