diff options
| author | Michael Scherle | 2022-08-04 16:40:28 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2024-05-13 18:25:14 +0200 |
| commit | 300dbe37c5499c98189aad2ab4591840fd5c279c (patch) | |
| tree | 1078c1c202faafbde360f3e0b334e6a580d02860 /src/fuse/cowDoc | |
| parent | [FUSE] basic cow implementation & rudimentary tests (diff) | |
| download | dnbd3-300dbe37c5499c98189aad2ab4591840fd5c279c.tar.gz dnbd3-300dbe37c5499c98189aad2ab4591840fd5c279c.tar.xz dnbd3-300dbe37c5499c98189aad2ab4591840fd5c279c.zip | |
added github ci for fuse with cow
Diffstat (limited to 'src/fuse/cowDoc')
| -rw-r--r-- | src/fuse/cowDoc/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuse/cowDoc/readme.md b/src/fuse/cowDoc/readme.md index 9ad7fa2..27b6bc6 100644 --- a/src/fuse/cowDoc/readme.md +++ b/src/fuse/cowDoc/readme.md @@ -24,7 +24,7 @@ A typical use case is updating or adding software to an existing image. - `- L <path>` Similar to `-c <path>`, but instead of creating a new session, an existing one is loaded from the specified path. - `-m` the client requests a merge after the image has been unmounted and all changes have been uploaded. -- `cowStatFile` creates a status file at the same location as the data and meta file. The file contains information about the current session, for more information see [here](#status). +- `--cowStatFile` creates a status file at the same location as the data and meta file. The file contains information about the current session, for more information see [here](#status). - `--cowStatStdout` similar to `--cowStatFile` but the information will be printed in the stdout. Example parameters for creating a new cow session: |
