mm(1): fixes comment about flags -a & -t
This commit is contained in:
parent
3b76254599
commit
37804aab6b
@ -98,7 +98,7 @@ fn main() -> ExitCode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let options = File::options()
|
let options = File::options()
|
||||||
/* truncate if -t is specified and append if -a is specified */
|
/* don’t truncate if -t is specified, append if -a is specified */
|
||||||
.truncate(t)
|
.truncate(t)
|
||||||
.append(a)
|
.append(a)
|
||||||
/* enable the ability to create and write to files */
|
/* enable the ability to create and write to files */
|
||||||
|
Loading…
Reference in New Issue
Block a user