Trivial whitespace fix on chown cheatsheet.

This commit is contained in:
Chris Lane 2013-09-23 20:40:53 -04:00
parent f52c0d59ba
commit 2240eb6fd1
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ chown user:group file
chown -R user directory
# Change ownership to match another file
chown --reference=/path/to/ref_file file
chown --reference=/path/to/ref_file file