28 lines
464 B
JSON
28 lines
464 B
JSON
{
|
|
"name": "install",
|
|
"section": 1,
|
|
"title": "copy files and set attributes",
|
|
"synopsis": [
|
|
"install [-m MODE] SOURCE DEST"
|
|
],
|
|
"description": "Copy one file; optional chmod.",
|
|
"options": [
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Print usage"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"install",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "basic",
|
|
"code": "install"
|
|
}
|
|
],
|
|
"listCategory": "coreutils"
|
|
}
|