timeout: fix usage string

This commit is contained in:
Michael Debertol 2021-06-10 17:00:12 +02:00
parent c5d7cbda32
commit ed646090c2

View file

@ -23,7 +23,7 @@ use uucore::InvalidEncodingHandling;
static ABOUT: &str = "Start COMMAND, and kill it if still running after DURATION.";
fn get_usage() -> String {
format!("{0} [OPTION]... [FILE]...", executable!())
format!("{0} [OPTION] DURATION COMMAND...", executable!())
}
const ERR_EXIT_STATUS: i32 = 125;