|
@@ -240,14 +240,15 @@ inigrep() {
|
240
|
240
|
# inigrep -p foo.bar.baz
|
241
|
241
|
# inigrep -p foo.bar.baz foo.ini
|
242
|
242
|
#
|
243
|
|
- # and result in reading of key *baz* from section *foo.bar*
|
|
243
|
+ # and both result in reading of key *baz* from section *foo.bar*
|
244
|
244
|
# in file *foo.ini*, which is selected from *FFOO_INIGREP_PATH*.
|
245
|
245
|
# Should there be more foo.ini's, the first is selected.
|
246
|
246
|
# Using `-j` switch
|
247
|
247
|
#
|
248
|
248
|
# inigrep -j -p foo.bar.baz
|
249
|
249
|
#
|
250
|
|
- # would cause any of such files be concatenated.
|
|
250
|
+ # would cause all foo.ini's on *FFOO_INIGREP_PATH* be
|
|
251
|
+ # concatenated instead.
|
251
|
252
|
#
|
252
|
253
|
# inigrep -s qux ./corge.ini
|
253
|
254
|
#
|