35 lines
1.5 KiB
Diff
35 lines
1.5 KiB
Diff
Index: src/paps.c
|
|
===================================================================
|
|
RCS file: /cvsroot/paps/paps/paps/src/paps.c,v
|
|
retrieving revision 1.4
|
|
retrieving revision 1.5
|
|
diff -u -r1.4 -r1.5
|
|
--- src/paps.c 17 Apr 2006 07:42:08 -0000 1.4
|
|
+++ src/paps.c 25 May 2006 07:26:55 -0000 1.5
|
|
@@ -190,7 +190,7 @@
|
|
GOptionEntry entries[] = {
|
|
{"landscape", 0, 0, G_OPTION_ARG_NONE, &do_landscape, "Landscape output. (Default: portrait)", NULL},
|
|
{"columns", 0, 0, G_OPTION_ARG_INT, &num_columns, "Number of columns output. (Default: 1)", "NUM"},
|
|
- {"font_scale", 0, 0, G_OPTION_ARG_INT, &font_scale, "Font scaling. (Default: 12)", "NUM"},
|
|
+ {"font-scale", 0, 0, G_OPTION_ARG_INT, &font_scale, "Font scaling. (Default: 12)", "NUM"},
|
|
{"family", 0, 0, G_OPTION_ARG_STRING, &font_family, "Pango FT2 font family. (Default: Monospace)", "FAMILY"},
|
|
{"rtl", 0, 0, G_OPTION_ARG_NONE, &do_rtl, "Do rtl layout.", NULL},
|
|
{"justify", 0, 0, G_OPTION_ARG_NONE, &do_justify, "Do justify the lines.", NULL},
|
|
Index: src/paps.1
|
|
===================================================================
|
|
RCS file: /cvsroot/paps/paps/paps/src/paps.1,v
|
|
retrieving revision 1.1
|
|
retrieving revision 1.2
|
|
diff -u -r1.1 -r1.2
|
|
--- src/paps.1 17 Apr 2006 19:21:43 -0000 1.1
|
|
+++ src/paps.1 25 May 2006 07:26:55 -0000 1.2
|
|
@@ -34,7 +34,7 @@
|
|
.B \-\-columns=cl
|
|
Number of columns output. Default is 1.
|
|
.TP
|
|
-.B \-\-fontscale=fs
|
|
+.B \-\-font\-scale=fs
|
|
Font scaling. Default is 12.
|
|
.TP
|
|
.B \-\-family=f
|