Typo fix.

PiperOrigin-RevId: 546117632
This commit is contained in:
Etienne Perot
2023-07-06 16:10:02 -07:00
committed by gVisor bot
parent 2c4f425a4c
commit 887fc5ef82
+2 -2
View File
@@ -39,12 +39,12 @@ func (*Umount) Name() string {
// Synopsis implements subcommands.Command.Synopsis.
func (*Umount) Synopsis() string {
return "umount the specified directory lazily when one byte is read from synd-fd"
return "umount the specified directory lazily when one byte is read from sync-fd"
}
// Usage implements subcommands.Command.Usage.
func (*Umount) Usage() string {
return `umount --synd-fd=FD <directory path>`
return `umount --sync-fd=FD <directory path>`
}
// SetFlags implements subcommands.Command.SetFlags.