Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #13 from 030/gh9-documentation
Browse files Browse the repository at this point in the history
[GH-9] go-yg should be go-yq
  • Loading branch information
030 authored Nov 3, 2018
2 parents 89f50ef + 47d1c88 commit 24db0d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

go-yg*
go-yq*
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ go-yq was created to prevent that pip has to be installed in order to install yq
### help

```
[user@localhost go-yq]$ ./go-yg -h
Usage of ./go-yg:
[user@localhost go-yq]$ ./go-yq -h
Usage of ./go-yq:
-debug
Whether debugging should be enabled
-key string
Expand All @@ -24,11 +24,11 @@ Usage of ./go-yg:
### example

```
[user@localhost go-yq]$ ./go-yg -yamlFile /home/user/dev/ansible-firefox/defaults/main.yml -key firefox_version
[user@localhost go-yq]$ ./go-yq -yamlFile /home/user/dev/ansible-firefox/defaults/main.yml -key firefox_version
```

returns:

```
62.0.3
```
```

0 comments on commit 24db0d1

Please sign in to comment.