Uploaded image for project: 'Parquet'
  1. Parquet
  2. PARQUET-168

Wrong command line option description in parquet-tools

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.6.0
    • 1.6.0
    • parquet-mr

    Description

      The description for "debug" option is apparently wrong:

          Option ncol = OptionBuilder.withLongOpt("no-color")
                                     .withDescription("Disable color output even if supported")
                                     .create();
      
          Option debg = OptionBuilder.withLongOpt("debug")
                                     .withDescription("Disable color output even if supported")
                                     .create();
      

      Attachments

        Activity

          People

            lian cheng Cheng Lian
            lian cheng Cheng Lian
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: