barectf(1): write short option's argument too
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 10 Nov 2016 22:33:19 +0000 (17:33 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 10 Nov 2016 22:33:19 +0000 (17:33 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
doc/man/barectf.1
doc/man/barectf.1.txt

index d67edb2159d1162a11070fe9770e5d171ceb27af..80992722612877417bb14ab5722616b094dbed79 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: barectf
 .\"    Author: [see the "AUTHORS" section]
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 04/13/2016
+.\"      Date: 11/10/2016
 .\"    Manual: barectf manual
 .\"    Source: barectf 2.2.0
 .\"  Language: English
 .\"
-.TH "BARECTF" "1" "04/13/2016" "barectf 2\&.2\&.0" "barectf manual"
+.TH "BARECTF" "1" "11/10/2016" "barectf 2\&.2\&.0" "barectf manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -51,7 +51,7 @@ By default, if an inclusion file is not found while processing the configuration
 To view the effective YAML configuration file used for generating the C and CTF metadata files, after having processed all inclusion files, use the \fB--dump-config\fR option\&.
 .SH "OPTIONS"
 .PP
-\fB-c\fR, \fB--code-dir\fR=\fIPATH\fR
+\fB-c\fR \fIPATH\fR, \fB--code-dir\fR=\fIPATH\fR
 .RS 4
 Write C source files to directory
 \fIPATH\fR
@@ -63,7 +63,7 @@ instead of the current working directory\&.
 Dump the effective YAML configuration file, after all inclusions are processed, to the standard output\&.
 .RE
 .PP
-\fB-H\fR, \fB--headers-dir\fR=\fIPATH\fR
+\fB-H\fR \fIPATH\fR, \fB--headers-dir\fR=\fIPATH\fR
 .RS 4
 Write C header files to directory
 \fIPATH\fR
@@ -75,21 +75,21 @@ instead of the current working directory\&.
 Do not consider as an error inclusion files that are not found: continue silently\&.
 .RE
 .PP
-\fB-I\fR, \fB--include-dir\fR=\fIPATH\fR
+\fB-I\fR \fIPATH\fR, \fB--include-dir\fR=\fIPATH\fR
 .RS 4
 Prepend
 \fIPATH\fR
 to the list of directories to search into for include files\&. The default list of directories is the current working directory, followed by the directory containing the provided, "standard" inclusion files\&.
 .RE
 .PP
-\fB-m\fR, \fB--metadata-dir\fR=\fIPATH\fR
+\fB-m\fR \fIPATH\fR, \fB--metadata-dir\fR=\fIPATH\fR
 .RS 4
 Write CTF metadata file to directory
 \fIPATH\fR
 instead of the current working directory\&.
 .RE
 .PP
-\fB-p\fR, \fB--prefix\fR=\fIPREFIX\fR
+\fB-p\fR \fIPREFIX\fR, \fB--prefix\fR=\fIPREFIX\fR
 .RS 4
 Override the configuration file\(cqs prefix with
 \fIPREFIX\fR\&. This prefix is used in file names, function names, macro names, structure names, and the rest\&. When not specified in the configuration file, the default prefix is
index bfda04b5153405d00e9ebfc26ffb847a028e8218..1c942cb714bff48d96ac7f505f410a0b4ca5fc7c 100644 (file)
@@ -48,7 +48,7 @@ use the option:--dump-config option.
 
 OPTIONS
 -------
-option:-c, option:--code-dir='PATH'::
+option:-c 'PATH', option:--code-dir='PATH'::
     Write C source files to directory 'PATH' instead of the current
     working directory.
 
@@ -56,7 +56,7 @@ option:--dump-config::
     Dump the effective YAML configuration file, after all inclusions are
     processed, to the standard output.
 
-option:-H, option:--headers-dir='PATH'::
+option:-H 'PATH', option:--headers-dir='PATH'::
     Write C header files to directory 'PATH' instead of the current
     working directory.
 
@@ -64,17 +64,17 @@ option:--ignore-include-not-found::
     Do not consider as an error inclusion files that are not found:
     continue silently.
 
-option:-I, option:--include-dir='PATH'::
+option:-I 'PATH', option:--include-dir='PATH'::
     Prepend 'PATH' to the list of directories to search into for include
     files. The default list of directories is the current working
     directory, followed by the directory containing the provided,
     "standard" inclusion files.
 
-option:-m, option:--metadata-dir='PATH'::
+option:-m 'PATH', option:--metadata-dir='PATH'::
     Write CTF metadata file to directory 'PATH' instead of the current
     working directory.
 
-option:-p, option:--prefix='PREFIX'::
+option:-p 'PREFIX', option:--prefix='PREFIX'::
     Override the configuration file's prefix with 'PREFIX'. This prefix
     is used in file names, function names, macro names, structure names,
     and the rest. When not specified in the configuration file, the
This page took 0.025612 seconds and 4 git commands to generate.