Fix typos
[babeltrace.git] / src / argpar / argpar.h
index 27503c56fd56944207b4cf60869196bf1ae51c64..e34b209a30b42f8aa334839cd27a96e024eed65e 100644 (file)
@@ -243,7 +243,7 @@ For example, with the following command line (all options have no
 argument):
 
 @code{.unparsed}
--f -m meow --jus mix --kilo
+-f -m meow --just mix --kilo
 @endcode
 
 The original argument index of \c meow is 2 while the original
@@ -278,7 +278,7 @@ For example, with the following command line (all options have no
 argument):
 
 @code{.unparsed}
--f -m meow --jus mix --kilo
+-f -m meow --just mix --kilo
 @endcode
 
 The non-option index of \c meow is 0 while the original
This page took 0.024329 seconds and 4 git commands to generate.