Skip to content

Commit

Permalink
Replace use of "ie:" with "eg:"
Browse files Browse the repository at this point in the history
Closes #36
Closes #46
  • Loading branch information
tianon committed Oct 15, 2018
1 parent 4ab27b4 commit fd64f11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The core of how `gosu` works is stolen directly from how Docker/libcontainer its
```console
$ gosu
Usage: ./gosu user-spec command [args]
ie: ./gosu tianon bash
eg: ./gosu tianon bash
./gosu nobody:root bash -c 'whoami && id'
./gosu 1000:1 id

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func version() string {
func usage() string {
t := template.Must(template.New("usage").Parse(`
Usage: {{ .Self }} user-spec command [args]
ie: {{ .Self }} tianon bash
eg: {{ .Self }} tianon bash
{{ .Self }} nobody:root bash -c 'whoami && id'
{{ .Self }} 1000:1 id
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

usage() {
echo "usage: $1 gosu-binary"
echo " ie: $1 ./gosu-amd64"
echo " eg: $1 ./gosu-amd64"
}

gosu="$1"
Expand Down

0 comments on commit fd64f11

Please sign in to comment.