Changeset 18504


Ignore:
Timestamp:
05/21/16 15:30:56 (8 years ago)
Author:
tbretz
Message:
Forgot to change no-out to null everywhere
File:
1 edited

Legend:

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

    r18501 r18504  
    5959        "This can be useful to create an ascii file or to show results as 'SHOW DATABASES' "
    6060        "or 'EXPLAIN table'. To redirect the contents into an ascii file, the option -v0 "
    61         "is useful. To suppredd writing to an output file --no-out can be used.\n"
     61        "is useful. To suppredd writing to an output file --null can be used.\n"
    6262        "\n"
    6363        "The default is to read the query from a file called rootify.sql. Except if a different "
     
    9797    const bool     update      = conf.Get<bool>("update");
    9898    const bool     display     = conf.Get<bool>("display");
    99     const bool     noout       = conf.Get<bool>("no-out");
     99    const bool     noout       = conf.Get<bool>("null");
    100100    const uint16_t verbose     = conf.Get<uint16_t>("verbose");
    101101    const uint16_t compression = conf.Get<uint16_t>("compression");
Note: See TracChangeset for help on using the changeset viewer.