diff --git a/codex-rs/login/src/auth.rs b/codex-rs/login/src/auth.rs
index e7ddc0853d..7baa704847 100644
--- a/codex-rs/login/src/auth.rs
+++ b/codex-rs/login/src/auth.rs
@@ -43,8 +43,7 @@ impl CodexAuth {
}
}
- /// Loads the available auth information from the auth.json or
- /// OPENAI_API_KEY environment variable.
+ /// Loads from auth.json or OPENAI_API_KEY
pub fn from_codex_home(codex_home: &Path) -> std::io::Result