We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f60ba commit 04ede83Copy full SHA for 04ede83
daemon/README.md
@@ -84,9 +84,10 @@ Here follow the list of commands that the converter understand.
84
85
### add-desiderata
86
87
-`add-desiderata --input-image $INPUT_IMAGE --output-image $OUTPUT_IMAGE --repository $CVMFS_REPO \
88
-
89
- --user-input $USER_INPUT --user-output $USER_OUTPUT`
+```
+add-desiderata --input-image $INPUT_IMAGE --output-image $OUTPUT_IMAGE --repository $CVMFS_REPO \
+ --user-input $USER_INPUT --user-output $USER_OUTPUT
90
91
92
Will add a new `desiderata` to the internal database, then it will try to
93
convert the regular image into a thin image.
0 commit comments