Skip to content

Commit

Permalink
Aesthetic: better aligned commands
Browse files Browse the repository at this point in the history
Remove an useless space to align the parameters of the commands.

Signed-off-by: sblondon <stephane.blondon@gmail.com>
  • Loading branch information
sblondon authored Oct 30, 2023
1 parent 936884f commit 7ea558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Follow [these instructions](https://github.com/nextcloud/all-in-one/discussions/
This is possible since version 1.0.8. Just set the correct values via the command line

```
./occ config:app:set --value="64 256 1024" previewgenerator squareSizes
./occ config:app:set --value="64 256 1024" previewgenerator squareSizes
./occ config:app:set --value="64 256 1024" previewgenerator widthSizes
./occ config:app:set --value="64 256 1024" previewgenerator heightSizes
```
Expand Down

0 comments on commit 7ea558f

Please sign in to comment.