Fix -R flag in chown command line.

Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
Adam Vandenberg 2009-07-28 03:58:38 +08:00 committed by Max Howell
parent 822a30e39d
commit dbcadfeb17

2
README
View File

@ -120,7 +120,7 @@ installing anything system-critical. Apple already did that.
Let this be the last sudo you do for quite some time: Let this be the last sudo you do for quite some time:
$ sudo chown -r `whoami`:staff /usr/local $ sudo chown -R `whoami`:staff /usr/local
I already have a bunch of junk in /usr/local I already have a bunch of junk in /usr/local
-------------------------------------------- --------------------------------------------