From 3767fa641d34f78b10cf871ffb13a30aecf3882c Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 13 Jul 2015 12:19:07 +0900 Subject: [PATCH] Updating README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b5a3a4..6e30803 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Parameters: ``` In the output above, the `database` parameter refers to a directory containing VFS versions; an empty directory is a -valid database. The `mountpoint` parameter refers to the path on your system where the file system will be accessible +valid database. The `mountpoint` parameter refers to the path on your system where the file system will be accessible (mounted). ### Listing Volume Versions ### @@ -209,7 +209,7 @@ $ vfs -version=1 db mp ``` $ cat mp/greeting.txt -Hello +hello $ ls -R mp mp: greeting.txt pizza/ @@ -228,6 +228,7 @@ There are a few lingering limitations of the system in its current state. While inclusion into a future version, I have not yet gotten around to taking care of this "laundry list" of items: * Add support for file linking +* Handle the `..` directory for root * Further reduce data duplication when: + File is renamed + File attributes are modified