branding, legal notices, and improved usage statement

master
Phanes 2017-12-05 19:42:53 -05:00
parent 9d5af160c5
commit 6af1082852
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"units": [
{
"name": "A DEFINITION THAT IS NOT USED",
"target": "/usr/bin/dialog --yesno test 50 50",
"rectifier": "/usr/bin/false",
"active": true,
"required": true,
"rectify": true
},
{
"name": "dependent test",
"target": "/usr/bin/false",
"rectifier": "/usr/bin/true",
"active": true,
"required": true,
"rectify": true
}
]
}