diff --git a/Cargo.lock b/Cargo.lock
index 1d028d0ed..ced31f0b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1292,7 +1292,7 @@ dependencies = [
[[package]]
name = "xtask"
-version = "0.1.1"
+version = "0.1.2"
dependencies = [
"clap",
"clap_complete",
diff --git a/man/man1/sk.1 b/man/man1/sk.1
index 751038065..729b04f42 100644
--- a/man/man1/sk.1
+++ b/man/man1/sk.1
@@ -538,9 +538,7 @@ The first N lines of the input are treated as the sticky header. When \-\-with\
\fB\-\-tmux\fR=\fITMUX\fR
Run in a tmux popup
-Format: sk \-\-tmux
[,SIZE[%]][,SIZE[%]]
-
-Depending on the direction, the order and behavior of the sizes varies:
+Format: sk \-\-tmux [,SIZE[%]][,SIZE[%]] Note: env vars are only passed to the tmux command if they are either PATH or prefixed with RUST or SKIM Depending on the direction, the order and behavior of the sizes varies:
\- center: (width, height) or (size, size) if only one is provided
diff --git a/xtask/CHANGELOG.md b/xtask/CHANGELOG.md
index fb23ead6c..689028bdb 100644
--- a/xtask/CHANGELOG.md
+++ b/xtask/CHANGELOG.md
@@ -10,6 +10,8 @@
+
+
## [0.1.0](https://github.com/skim-rs/skim/compare/xtask-v0.18.0...xtask-v0.1.0) (2025-01-22)
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index bb1fa254b..dc988f250 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xtask"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
[dependencies]