1
1
mirror of https://github.com/mgree/ffs.git synced 2024-08-17 15:20:43 +03:00
This commit is contained in:
Michael Greenberg 2021-08-24 09:53:29 -04:00 committed by GitHub
parent d07eef5aaa
commit d551f48f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ know.
# Example
Run `ffs [file]` to mount `file.blah` at the mountpoint `file`. The
Run `ffs [file.blah]` to mount `file.blah` at the mountpoint `file`. The
final, updated version of the file will be outputted on stdout.
```shell-session