Skip to content

Commit

Permalink
Change cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
delsner committed Oct 24, 2024
1 parent 510ed5f commit 00555c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 00555c4

Please sign in to comment.