1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

uptime: error when uptime cannot be found

This commit is contained in:
Alex Lyon 2018-05-02 19:11:37 -07:00
parent f91c84bc05
commit 974f5def20
3 changed files with 32 additions and 11 deletions

1
Cargo.lock generated
View file

@ -1695,6 +1695,7 @@ name = "uptime"
version = "0.0.1"
dependencies = [
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]