소스 검색

uptime: fill out some more options (#2165)

Starbeamrainbowlabs 6 년 전
부모
커밋
775417eb0c
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      pages/common/uptime.md

+ 12 - 0
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`