Skip to content

Commit 7131737

Browse files
committed
fix: no filter options for delete-files in docs
1 parent 52e7c35 commit 7131737

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)