diff options
Diffstat (limited to 'argv.parseOsArgs.go')
| -rw-r--r-- | argv.parseOsArgs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.parseOsArgs.go b/argv.parseOsArgs.go index bf73744..89750c9 100644 --- a/argv.parseOsArgs.go +++ b/argv.parseOsArgs.go @@ -47,7 +47,7 @@ func (pb *Argv) getSubSubCmd() string { func (pb *Argv) parseOsArgs() { // this shouldn't really happen. OS/POSIX error? if len(os.Args) == 0 { - // fmt.Fprintf(os.Stderr, "what OS is this?\n") + // fmt.Fprintf(Stderr, "what OS is this?\n") return } |
