mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
timeout: fix usage string
This commit is contained in:
parent
c5d7cbda32
commit
ed646090c2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ use uucore::InvalidEncodingHandling;
|
||||||
static ABOUT: &str = "Start COMMAND, and kill it if still running after DURATION.";
|
static ABOUT: &str = "Start COMMAND, and kill it if still running after DURATION.";
|
||||||
|
|
||||||
fn get_usage() -> String {
|
fn get_usage() -> String {
|
||||||
format!("{0} [OPTION]... [FILE]...", executable!())
|
format!("{0} [OPTION] DURATION COMMAND...", executable!())
|
||||||
}
|
}
|
||||||
|
|
||||||
const ERR_EXIT_STATUS: i32 = 125;
|
const ERR_EXIT_STATUS: i32 = 125;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue