From f136aac49b09ab9746c236d2cce93d220800724f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 24 Oct 2013 21:49:04 +0200 Subject: add option: -u twice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- info/gpp.texinfo | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'info/gpp.texinfo') diff --git a/info/gpp.texinfo b/info/gpp.texinfo index 20049f4..133afc5 100644 --- a/info/gpp.texinfo +++ b/info/gpp.texinfo @@ -118,10 +118,20 @@ Number of iterations to run the preprocessing in. (Default: 1) @item -u @itemx --unshebang -Bland out the shebang line. Notice that the line is not removed, +Blank out the shebang line. Notice that the line is not removed, it is just cleared. You can use a shebang line make gpp preprocess the file when executed. +If @option{--unshebang} is used twice, the second line in the +file will be moved up to the top of the file and the initial +shebang line will be removed. A blank line will be inserted +after the new top line will be added to keep the line numbers +in the output file as near as possible to the line numbers +in the input file. The intension of this option is that you +can have two shebang lines, one on the first line for preprocessing +when the file is executed, and one shebang line on the second +line for output file. + @item -i @itemx --input Set the input file. (Default: /dev/stdin) -- cgit v1.2.3-70-g09d2