branding, legal notices, and improved usage statement

This commit is contained in:
Phanes
2017-12-05 19:42:53 -05:00
parent 9d5af160c5
commit 6af1082852

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
}
]
}