mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Typo fix.
PiperOrigin-RevId: 546117632
This commit is contained in:
committed by
gVisor bot
parent
2c4f425a4c
commit
887fc5ef82
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user