mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix probably copy&paste from chmod(1) - we change file flags here, not mode.
This commit is contained in:
parent
5750956634
commit
2bb428228e
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ option is specified, symbolic links on the command line are followed.
|
|||
If the
|
||||
.Ar file
|
||||
is a symbolic link,
|
||||
change the mode of the link itself rather than the file to which it points.
|
||||
change the file flags of the link itself rather than the file to which it points.
|
||||
.It Fl L
|
||||
If the
|
||||
.Fl R
|
||||
|
|
|
|||
Loading…
Reference in a new issue