Browse Source

Clarify some parts of docstring

Alois Mahdal 9 years ago
parent
commit
dfa66198a4
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      src/include/inigrep.sh

+ 3
- 2
src/include/inigrep.sh View File

240
     #     inigrep -p foo.bar.baz
240
     #     inigrep -p foo.bar.baz
241
     #     inigrep -p foo.bar.baz foo.ini
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
     # in file *foo.ini*, which is selected from *FFOO_INIGREP_PATH*.
244
     # in file *foo.ini*, which is selected from *FFOO_INIGREP_PATH*.
245
     # Should there be more foo.ini's, the first is selected.
245
     # Should there be more foo.ini's, the first is selected.
246
     # Using `-j` switch
246
     # Using `-j` switch
247
     #
247
     #
248
     #     inigrep -j -p foo.bar.baz
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
     #     inigrep -s qux ./corge.ini
253
     #     inigrep -s qux ./corge.ini
253
     #
254
     #