Skip to content

Commit a750694

Browse files
authored
Merge pull request #96 from opengisch/correct-documentation
fix: no filter options for delete-files in docs
2 parents a4546d7 + 7131737 commit a750694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,13 @@ To free up storage on QFieldCloud, you can delete unnecessary files, such as `.j
218218
=== ":material-bash: Bash"
219219

220220
```bash
221-
qfieldcloud-cli delete-files '123e4567-e89b-12d3-a456-426614174000' --filter '*.jpg'
221+
qfieldcloud-cli delete-files '123e4567-e89b-12d3-a456-426614174000' '*.jpg'
222222
```
223223

224224
=== ":material-powershell: PowerShell"
225225

226226
```powershell
227-
qfieldcloud-cli delete-files "123e4567-e89b-12d3-a456-426614174000" --filter "*.jpg"
227+
qfieldcloud-cli delete-files "123e4567-e89b-12d3-a456-426614174000" "*.jpg"
228228
```
229229

230230
You can also delete specific files by specifying their exact path:

0 commit comments

Comments
 (0)