summaryrefslogtreecommitdiffstats
path: root/rules/dialog.in
blob: 2d5a05b8d1e7ddfd4709f702d037cb949f782d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config DIALOG
        bool
        default N
        prompt "dialog"
	help
	  Displays user-friendly dialog boxes from shell scripts
 
 	  This application provides a method of displaying several 
	  different types of dialog boxes from shell scripts. This 
	  allows a developer of a script to interact with the user 
	  in a much friendlier manner.