diff --git a/website/docs/commands.mdx b/website/docs/commands.mdx index 11e6e537f..ef278585a 100644 --- a/website/docs/commands.mdx +++ b/website/docs/commands.mdx @@ -207,7 +207,7 @@ Copies one or more files from the host to the relative destination path within t ### Copying files out of a container ``` -idb file pull --bundle-id com.foo.bar src.txt dest.txt +idb file pull --bundle-id com.foo.bar src.txt dest/ ``` Copies a single file from the container to the host.