Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #433 from dmcassel/issue-426
Browse files Browse the repository at this point in the history
Corrected the variable substitution pattern in the mlcp help
  • Loading branch information
paxtonhare committed May 7, 2015
2 parents 41ad0bd + 3a8553c commit 34d11bd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions deploy/lib/Help.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ def self.usage
test Runs xquery unit tests against the given environment
xqsync Runs XQSync against the given environment
DOC

help += app_specific || ''

help += <<-DOC.strip_heredoc
All commands can be run with -h or --help for more information.
DOC

help
end

def self.app_specific
#stub
end
Expand Down Expand Up @@ -373,7 +373,8 @@ def self.mlcp
Runs MLCP with given command-line options agains selected environment.
MLCP supports options files natively using the -option_file parameter.
The path must a relative or absolute path to a MLCP options file.
The path to the MLCP options file must be an absolute path or a relative
path from the deploy directory.
See http://docs.marklogic.com/guide/ingestion/content-pump#chapter
General options:
Expand All @@ -383,7 +384,7 @@ def self.mlcp
Roxy applies variable substitution within option files. You may use variables like:
-input_file_path
${ml.data.dir}/
@ml.data.dir/
DOC
end

Expand Down Expand Up @@ -474,10 +475,10 @@ def self.capture
<<-DOC.strip_heredoc
Usage: ml {env} capture --modules-db=[name of modules database]
Captures the source for an existing application
modules-db: (required)
The modules database of the application.
ml {env} capture --app-builder=[name of Application Builder-based application]
Captures the source and REST API configuration for an existing
Application Builder-based application.
Expand Down

0 comments on commit 34d11bd

Please sign in to comment.