diff --git a/hermetic_build/README.md b/hermetic_build/README.md index 9b3da4a63a..c9ef8c6184 100644 --- a/hermetic_build/README.md +++ b/hermetic_build/README.md @@ -44,9 +44,9 @@ for more information. The default value is `$(pwd)/generation_config.yaml`, i.e., `generation_config.yaml` in the current working directory. -Raise `FileNotFoundError` if the specified generation config does not exist or, -in the case `generation-config-path` is not specified, the default generation -config does not exist. +This will raise `FileNotFoundError` if the specified generation config does not +exist or, in case `generation-config-path` is not specified, the default +generation config does not exist. ### Repository path (`repository-path`), optional @@ -58,7 +58,7 @@ specifying the `--repository_path` option will modify the `google-cloud-java` repository the user `cd`'d into. Note that `versions.txt` has to exist in `repository_path` in order to generate -right version for each library. +the right version for each library. Please refer [here](go/java-client-releasing#versionstxt-manifest) for more info of versions.txt. diff --git a/hermetic_build/library_generation/cli/entry_point.py b/hermetic_build/library_generation/cli/entry_point.py index 3baed7ae53..1d0e9f7de9 100644 --- a/hermetic_build/library_generation/cli/entry_point.py +++ b/hermetic_build/library_generation/cli/entry_point.py @@ -88,7 +88,7 @@ def generate( generation config will be generated. :raise FileNotFoundError if the specified generation config does not exist - or, in the case `generation-config-path` is not specified, the default + or, in case `generation-config-path` is not specified, the default generation config does not exist. """ __generate_repo_impl(