File: output

package info (click to toggle)
dotconf 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 488 kB
  • sloc: ansic: 2,265; makefile: 186; sh: 39
file content (12 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
[error] Option 'SomeOption' not allowed in <global> context
[error] Option 'OtherOption' not allowed in <global> context
[error] Option 'Hybrid' not allowed in <global> context
[error] Option 'OtherOption' not allowed in <SomeSection> context
[error] Option 'RootOption' not allowed in <SomeSection> context
[error] Option 'SomeOption' not allowed in <OtherSection> context
[error] Option 'RootOption' not allowed in <OtherSection> context
Option RootOption called
Option SomeOption called
Option Hybrid called
Option OtherOption called
Option Hybrid called