summaryrefslogtreecommitdiff
path: root/src/tty/unix.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tty/unix.rs')
-rw-r--r--src/tty/unix.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tty/unix.rs b/src/tty/unix.rs
index e8a28c91..2a07fc58 100644
--- a/src/tty/unix.rs
+++ b/src/tty/unix.rs
@@ -316,7 +316,7 @@ pub fn new<T: ToWinsize>(
pty
},
Err(err) => {
- die!("Command::spawn() failed: {}", err);
+ die!("Failed to spawn command: {}", err);
}
}
}