chown-with-dot
The named script uses a dot to separate owner and group in
a call like chown user.group
but that usage is deprecated.
Please use a colon instead, as in:
chown user:group
.
Severity: | pedantic |
Experimental: | false |
See also
- list of all the affected packages
- the source of this tag