Skip to content

Commit

Permalink
fix some typos (megaease#180)
Browse files Browse the repository at this point in the history
Signed-off-by: cui fliter <[email protected]>
  • Loading branch information
cuishuang committed Jul 28, 2022
1 parent 76657de commit a1126c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assignees: ''

---

**Enviornment (please complete the following information):**
**Environment (please complete the following information):**
- OS: [Linux: uname -a]
- EaseProbe Version [e.g. v1.2.0]

Expand Down
6 changes: 3 additions & 3 deletions resources/scripts/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ build_image() {
}

show_usage() {
printf "usage: build_image.sh [-i IMAGE_NAME] [-v IMAGE_VERSION] -d ROOT_RESPOSITORY_DIR [-f DOCKER_FILE] \n"
printf "usage: build_image.sh [-i IMAGE_NAME] [-v IMAGE_VERSION] -d ROOT_REPOSITORY_DIR [-f DOCKER_FILE] \n"
printf "\t-i IMAGE_NAME the name of building image, default is megaease/easestash\n"
printf "\t-v IMAGE_VERSION the version of building image, default is 0.1.0-alpine\n"
printf "\t-d ROOT_RESPOSITORY_DIR the root directory of repository\n"
printf "\t-f DOCKER_FILE the location of Dockerfile, if it's ommited, default location is ROOT_RESPOSITORY_DIR/resources/rootfs/Dockerfile\n"
printf "\t-d ROOT_REPOSITORY_DIR the root directory of repository\n"
printf "\t-f DOCKER_FILE the location of Dockerfile, if it's omitted, default location is ROOT_REPOSITORY_DIR/resources/rootfs/Dockerfile\n"
printf ""
}

Expand Down

0 comments on commit a1126c2

Please sign in to comment.