From 00555c46b5b0302132af1c64ef595a6d51086b8b Mon Sep 17 00:00:00 2001 From: Daniel Elsner Date: Thu, 24 Oct 2024 15:10:18 +0200 Subject: [PATCH] Change cli docs --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 7715694..5b586cf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -66,7 +66,8 @@ enum Commands { /// Unpack a pixi environment Unpack { /// Where to unpack the environment. - /// The environment will be unpacked into a `env` subdirectory of this path. + /// The environment will be unpacked into a subdirectory of this path + /// (default `env`, change with `--env-name`). /// The activation script will be written to the root of this path. #[arg(short, long, default_value = cwd().into_os_string())] output_directory: PathBuf,