From 775417eb0c05eb0afdd1aca0e897af84bc12ff97 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 8 Jul 2018 17:49:52 +0100 Subject: [PATCH] uptime: fill out some more options (#2165) --- pages/common/uptime.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pages/common/uptime.md b/pages/common/uptime.md index f00fd39f3..3c956d01d 100644 --- a/pages/common/uptime.md +++ b/pages/common/uptime.md @@ -5,3 +5,15 @@ - Print current time, uptime, number of logged-in users and other information: `uptime` + +- Show only the amount of time the system has been booted for: + +`uptime --pretty` + +- Print the date and time the system booted up at: + +`uptime --since` + +- Show version information: + +`uptime --version`