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:
parent
f91c84bc05
commit
974f5def20
3 changed files with 32 additions and 11 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue