]> mj.ucw.cz Git - libucw.git/commitdiff
UCW doc: Fixed a typo.
authorMartin Mares <mj@ucw.cz>
Tue, 21 Oct 2008 10:17:04 +0000 (12:17 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 21 Oct 2008 10:17:04 +0000 (12:17 +0200)
ucw/getopt.h

index 9d023becb51417ccdfaa30dc2b13117b8e2ff4c0..3a5592470d1318aae8f26fb8ff5fb80aab8d556e 100644 (file)
@@ -173,7 +173,7 @@ void cf_journal_rollback_transaction(uns new_pool, struct cf_journal_item *oldj)
  * default configuration file (<<var_cf_def_file,`cf_def_file`>>) and processing
  * configuration options. The calling convention is the same as with GNU getopt_long(),
  * but you must prefix your own short/long options by the
- * <<def_CF_LONG_OPTS,`CF_LONG_OPTS`>> or <<def_CF_SHORT_OPTS,`CF_SHORT_OPTS`>>or
+ * <<def_CF_LONG_OPTS,`CF_LONG_OPTS`>> or <<def_CF_SHORT_OPTS,`CF_SHORT_OPTS`>> or
  * pass <<def_CF_NO_LONG_OPTS,`CF_NO_LONG_OPTS`>> if there are no long options.
  *
  * The default configuration file can be overwritten by the --config options,