File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The core of how `gosu` works is stolen directly from how Docker/libcontainer its
99``` console
1010$ gosu
1111Usage: ./gosu user-spec command [args]
12- ie : ./gosu tianon bash
12+ eg : ./gosu tianon bash
1313 ./gosu nobody:root bash -c 'whoami && id'
1414 ./gosu 1000:1 id
1515
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ func version() string {
2626func usage () string {
2727 t := template .Must (template .New ("usage" ).Parse (`
2828Usage: {{ .Self }} user-spec command [args]
29- ie : {{ .Self }} tianon bash
29+ eg : {{ .Self }} tianon bash
3030 {{ .Self }} nobody:root bash -c 'whoami && id'
3131 {{ .Self }} 1000:1 id
3232
Original file line number Diff line number Diff line change 33
44usage () {
55 echo " usage: $1 gosu-binary"
6- echo " ie : $1 ./gosu-amd64"
6+ echo " eg : $1 ./gosu-amd64"
77}
88
99gosu=" $1 "
You can’t perform that action at this time.
0 commit comments