[
https://issues.apache.org/jira/browse/NUTCH-2863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebastian Nagel resolved NUTCH-2863.
------------------------------------
Resolution: Fixed
> Injector to parse command-line flags case-insensitive
> -----------------------------------------------------
>
> Key: NUTCH-2863
> URL: https://issues.apache.org/jira/browse/NUTCH-2863
> Project: Nutch
> Issue Type: Bug
> Components: injector
> Affects Versions: 1.18
> Reporter: Sebastian Nagel
> Assignee: Sebastian Nagel
> Priority: Minor
> Labels: help-wanted
> Fix For: 1.19
>
>
> Injector parses command-line arguments case-sensitive and flags such as
> {{-noNormalize}} need to be spelled accordingly. Unluckily, the correct case
> is not consistently used in the command-line help:
> {noformat}
> Usage: Injector [-D...] <crawldb> <url_dir> [-overwrite|-update] [-noFilter]
> [-noNormalize] [-filterNormalizeAll]
> ...
> -nonormalize Do not normalize URLs before injecting
> -nofilter Do not apply URL filters to injected URLs
> {noformat}
> Maybe better to just ignore case? But the command-line help should be
> consistent.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)