summaryrefslogtreecommitdiffstats
path: root/doc/abrt-plugin/HelloWorld.conf
blob: cc8ba798f93b7f372ea919087d5c5532dc496ae1 (plain)
1
2
3
4
5
6
7
8
Enabled = yes

# if OptionBool is set to yes, it will print the text specified in PrintString option
# if OptionBool is set to no, the error with the message "OptionBool is set to `no', wrong"
# will be generated
OptionBool = yes

PrintString = "Hello World!!!"