diff --git a/.gitignore b/.gitignore index 1d630a5..38abaad 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out -go-yg* +go-yq* diff --git a/README.md b/README.md index 56807c4..90394f2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 -``` \ No newline at end of file +```