{
"name": "crontab",
"description": "Maintain crontab file for individual users",
"options": [
{
"names": [
"-e"
],
"description": "Edit the current crontab"
},
{
"names": [
"-l"
],
"description": "Display the current crontab"
},
{
"names": [
"-r"
],
"description": "Remove the current crontab"
},
{
"names": [
"-u"
],
"description": "Specify the name of the user whose crontab is to be tweaked"
}
]
}