28 lines
439 B
JSON
28 lines
439 B
JSON
{
|
|
"name": "uptime",
|
|
"section": 1,
|
|
"title": "show uptime",
|
|
"synopsis": [
|
|
"uptime"
|
|
],
|
|
"description": "Uses /proc/uptime and /proc/loadavg when present.",
|
|
"options": [
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Print usage"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"uptime",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "basic",
|
|
"code": "uptime"
|
|
}
|
|
],
|
|
"listCategory": "coreutils"
|
|
}
|