chown: add -R for compatability

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
This commit is contained in:
Hiltjo Posthuma 2014-04-18 19:46:33 +02:00 committed by sin
parent cd194d96ad
commit 59d0b5cd97
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ main(int argc, char *argv[])
char *owner, *group;
ARGBEGIN {
case 'R':
case 'r':
rflag = true;
break;