1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

refactor/timeout ~ polish spelling (comments, names, and exceptions)

This commit is contained in:
Roy Ivy III 2021-05-30 18:38:03 -05:00
parent b1a2f6e044
commit f6a079a77f

View file

@ -159,8 +159,7 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
)
}
/// TODO: Improve exit codes, and make them consistent with the GNU Coreutil
/// exit codes.
/// TODO: Improve exit codes, and make them consistent with the GNU Coreutils exit codes.
fn timeout(
cmdname: &str,