We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eca4cf6 + e757920 commit 1e27941Copy full SHA for 1e27941
book/src/client.md
@@ -348,7 +348,7 @@ async fn main() -> Result<()> {
348
349
let proxy = SystemdManagerProxy::new(&connection).await?;
350
println!("Host architecture: {}", proxy.architecture().await?);
351
- println!("Environment:");
+ println!("Environment variables:");
352
for env in proxy.environment().await? {
353
println!(" {}", env);
354
}
0 commit comments