mm(1): fixes comment about flags -a & -t
This commit is contained in:
parent
4f0b544fa2
commit
004d2daa14
@ -98,7 +98,7 @@ fn main() -> ExitCode {
|
||||
}
|
||||
|
||||
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)
|
||||
.append(a)
|
||||
/* enable the ability to create and write to files */
|
||||
|
Loading…
Reference in New Issue
Block a user