1
0
Fork 0
dpkg/scripts/t/Dpkg_Conf/config-mixed
Daniel Baumann 1879661313
Adding upstream version 1.22.20.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-20 21:21:00 +02:00

26 lines
521 B
Text

# Comment followed by an empty line.
option-double-quotes = "value double quotes"
option-single-quotes = 'value single quotes'
option-space = value words space
option-dupe=value1
option-name=value-name
# Indented comment.
option-indent = value-indent
option-equal=value-equal=subvalue-equal
option-noequal value-noequal
option-dupe=value2
option-simple
# Fully spelled out options.
--option-dash=value-dash
--option-dupe=value3
# Long option with one character name.
l=v
# Short option.
-o=vd
-s