Apply suggestions from code review

Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
This commit is contained in:
snease 2022-10-15 14:29:54 -05:00 committed by David Peter
parent 0e3bad1391
commit bbb59fd7fa

View File

@ -112,10 +112,10 @@ impl Default for RunBounds {
#[derive(Debug, Clone, PartialEq)]
pub enum CommandInputPolicy {
/// Redirect from the null device
/// Read from the null device
Null,
/// Redirect input from a file
/// Read input from a file
File(PathBuf),
}