Fix a typo
This commit is contained in:
parent
e39e6f194c
commit
1ecc5bfc61
@ -28,7 +28,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// `Exec` requires arguments in slice form (as
|
// `Exec` requires arguments in slice form (as
|
||||||
// apposed to one big string). We'll give `ls` a few
|
// opposed to one big string). We'll give `ls` a few
|
||||||
// common arguments. Note that the first argument should
|
// common arguments. Note that the first argument should
|
||||||
// be the program name.
|
// be the program name.
|
||||||
args := []string{"ls", "-a", "-l", "-h"}
|
args := []string{"ls", "-a", "-l", "-h"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user