[ https://issues.apache.org/jira/browse/NUTCH-2863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17582536#comment-17582536 ]
Hudson commented on NUTCH-2863: ------------------------------- SUCCESS: Integrated in Jenkins build Nutch ยป Nutch-trunk #85 (See [https://ci-builds.apache.org/job/Nutch/job/Nutch-trunk/85/]) NUTCH-2863 Injector to parse command-line flags case-insensitive (snagel: [https://github.com/apache/nutch/commit/bec577d50888e5e0ee448789851a04f01eb96e00]) * (edit) src/java/org/apache/nutch/crawl/Injector.java > 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)