We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cafb2 commit 7e69352Copy full SHA for 7e69352
hibernate-search/hsearch-elasticsearch-wikipedia/src/init/init
@@ -38,23 +38,6 @@ do
38
DOCKER_CONTAINER_NAME="$OPTARG"
39
log "Will attempt to connect to docker container with name '$DOCKER_CONTAINER_NAME'"
40
;;
41
- h)
42
- FEATURE=git_history
43
- ;;
44
- f)
45
- case "$OPTARG" in
46
- "api"|"spi"|"public"|"impl"|"test"|"main"|"all")
47
- FILTER="$OPTARG"
48
49
- *)
50
- echo 2>&1 "Unrecognized source filter: $OPTARG"
51
- exit 1
52
53
- esac
54
55
- i)
56
- INTERNAL_PACKAGE_MARKER="$OPTARG"
57
58
\?)
59
exit 1
60
0 commit comments