diff --git a/docs/usage.md b/docs/usage.md index 7c946fbf..b5a3da74 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -66,11 +66,11 @@ treefmt [FLAGS] [OPTIONS] [--] [paths]... `--tree-root ` -> Set the path to the tree root directory where treefmt will look for the files to format. Defaults to the folder holding the `treefmt.toml` file. It’s mostly useful in combination with —config-file to specify the project root which won’t coincide with the directory holding `treefmt.toml`. +> Set the path to the tree root directory where treefmt will look for the files to format. Defaults to the folder holding the `treefmt.toml` file. It’s mostly useful in combination with `--config-file` to specify the project root which won’t coincide with the directory holding `treefmt.toml`. `-C ` -> Run as if `treefmt` was started in instead of the current working directory (default: .). Equivalent to cd `; treefmt`. +> Run as if `treefmt` was started in `` instead of the current working directory (default: `.`). Equivalent to `cd ; treefmt`. ## Arguments