jelmini commented on a change in pull request #510:
URL: https://github.com/apache/jackrabbit-oak/pull/510#discussion_r833545124
##########
File path:
oak-upgrade/src/main/java/org/apache/jackrabbit/oak/upgrade/cli/parser/OptionParserFactory.java
##########
@@ -174,5 +176,6 @@ private static void addMiscOptions(OptionParser op) {
op.accepts(SKIP_CHECKPOINTS, "Don't copy checkpoints on the full
segment->segment migration");
op.accepts(FORCE_CHECKPOINTS, "Copy checkpoints even if the
--include,exclude,merge-paths option is specified");
op.accepts(ADD_SECONDARY_METADATA, "Adds the metadata required by
secondary store");
+ op.accepts(SKIP_CREATE_AZURE_CONTAINER, "Create azure container if not
exist");
Review comment:
Text should be the other way around: "Skip creating the Azure container
if it does not exist".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]