You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The supported options are -R/-L/-H/-P, and grouping of options is allowed (e.g. -LP)
* When adding an unexpected option letter to a group, the error message was misleading
* "perl chmod -Rp" reported "invalid option -- pR", but R is a valid option
* Fix this by validation the option letters after the option string has been split into a single letters
0 commit comments