Updating README.md

This commit is contained in:
Alex Yatskov 2016-07-02 21:31:12 -07:00
parent 8585f0b17c
commit c4f4722312

View File

@ -45,7 +45,6 @@ Usage: ./vfs [options] database [mountpoint]
Parameters: Parameters:
-readonly=false: mount filesystem as readonly -readonly=false: mount filesystem as readonly
-version=0: version index (0 for head) -version=0: version index (0 for head)
``` ```
In the output above, the `database` parameter refers to a directory containing VFS versions; an empty directory is a 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
@ -220,7 +219,7 @@ cheese pepperoni
Hopefully this brief walkthrough of the system helped illustrate the basic concepts behind how VFS works. At its core, Hopefully this brief walkthrough of the system helped illustrate the basic concepts behind how VFS works. At its core,
it is a fundamentally simple system, the workings of which can be examined with any file browser and text editor. I it is a fundamentally simple system, the workings of which can be examined with any file browser and text editor. I
encourage those interested in this utility to follow this walkthrough and to ask me any questions they may have. encourage those interested in this utility to follow this guide and to ask me any questions they may have.
## Limitations ## ## Limitations ##