From 9ac409b6097eaf057f8a16bf2749682fe66628e0 Mon Sep 17 00:00:00 2001 From: pinage404 Date: Sun, 30 Jul 2023 14:56:26 +0200 Subject: [PATCH] Small typo in documentation --- docs/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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