diff --git a/docs/Building-an-OpenSearch-and-OpenSearch-Dashboards-Distribution.md b/docs/Building-an-OpenSearch-and-OpenSearch-Dashboards-Distribution.md index d348ad3f1b..4591f7d972 100644 --- a/docs/Building-an-OpenSearch-and-OpenSearch-Dashboards-Distribution.md +++ b/docs/Building-an-OpenSearch-and-OpenSearch-Dashboards-Distribution.md @@ -32,7 +32,7 @@ Then build from source: _Please note that in order to build any plugin, core needs to be build as a dependency for non-snapshot version. Hence, it is recommended to build core along with plugin. Example:_ ``` ./build.sh manifests/3.0.0/opensearch-3.0.0.yml --component OpenSearch common-utils -./build.sh manifests/3.0.0/opensearch-3.0.0.yml --component OpenSearch-Dashboards observabilityDashboards +./build.sh manifests/3.0.0/opensearch-dashboards-3.0.0.yml --component OpenSearch-Dashboards observabilityDashboards ``` Additional arguments: diff --git a/src/validation_workflow/validation_args.py b/src/validation_workflow/validation_args.py index 2fcb832b6b..d5537129f0 100644 --- a/src/validation_workflow/validation_args.py +++ b/src/validation_workflow/validation_args.py @@ -36,7 +36,7 @@ def __init__(self) -> None: "--file-path", nargs='*', action=TestKwargs, - help="(manadatory for production) Product URL or file-path to validate", + help="(manadatory for production) Product URL or file-path to validate in the format opensearch= and opensearch-dashboards=", default={}, dest="file_path" )