summaryrefslogtreecommitdiff
path: root/print/gv/patches/patch-ab
blob: 8a8851587cf0367c27f08ad529e9558bcbbd9609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
$NetBSD: patch-ab,v 1.8 2006/10/23 12:29:56 tron Exp $

--- src/gv_message.h.orig	2005-03-31 14:02:39.000000000 +0100
+++ src/gv_message.h	2006-10-23 13:16:40.000000000 +0100
@@ -29,48 +29,48 @@
 char *message_usage = "\
 Usage: gv [OPTION]... [FILE]\n\
 PostScript and PDF viewer.\n\
-  [-]-monochrome                      display document using only black and white\n\
-  [-]-grayscale                       display document without colors\n\
-  [-]-color                           display document as usual\n\
-  [-]-safer                           start ghostscript in safe mode\n\
-  [-]-nosafer                         do not start ghostscript in safe mode\n\
-  [-]-quiet                           start ghostscript with the -dQUIET option\n\
-  [-]-noquiet                         do not start ghostscript with the -dQUIET option\n\
-  [-]-arguments=ARGS                  start ghostscript with additional options as specified\n\
+  --monochrome                      display document using only black and white\n\
+  --grayscale                       display document without colors\n\
+  --color                           display document as usual\n\
+  --safer                           start ghostscript in safe mode\n\
+  --nosafer                         do not start ghostscript in safe mode\n\
+  --quiet                           start ghostscript with the -dQUIET option\n\
+  --noquiet                         do not start ghostscript with the -dQUIET option\n\
+  --arguments=ARGS                  start ghostscript with additional options as specified\n\
                                       by the string ARGS\n\
-  [-]-page=LABEL                      display the page with label LABEL first\n\
-  [-]-center                          the page should be centered automatically\n\
-  [-]-nocenter                        the page should not be centered automatically\n\
-  [-]-media=MEDIA                     selects the paper size to be used\n\
-  [-]-orientation=ORIENTATION         sets the orientation of the page\n\
-  [-]-scale=N                         selects the scale N\n\
-  [-]-scalebase=N                     selects the scale base N\n\
-  [-]-swap                            interchange the meaning of the orientations landscape\n\
+  --page=LABEL                      display the page with label LABEL first\n\
+  --center                          the page should be centered automatically\n\
+  --nocenter                        the page should not be centered automatically\n\
+  --media=MEDIA                     selects the paper size to be used\n\
+  --orientation=ORIENTATION         sets the orientation of the page\n\
+  --scale=N                         selects the scale N\n\
+  --scalebase=N                     selects the scale base N\n\
+  --swap                            interchange the meaning of the orientations landscape\n\
                                       and seascape\n\
-  [-]-noswap                          do not interchange the meaning of the orientation\n\
+  --noswap                          do not interchange the meaning of the orientation\n\
                                       landscape and seascape\n\
-  [-]-antialias                       use antialiasing\n\
-  [-]-noantialias                     do not use antialiasing\n\
-  [-]-dsc                             dsc comments are respected\n\
-  [-]-nodsc                           dsc comments are not respected\n\
-  [-]-eof                             ignore the postscript EOF comment while scanning\n\
+  --antialias                       use antialiasing\n\
+  --noantialias                     do not use antialiasing\n\
+  --dsc                             dsc comments are respected\n\
+  --nodsc                           dsc comments are not respected\n\
+  --eof                             ignore the postscript EOF comment while scanning\n\
                                       documents\n\
-  [-]-noeof                           do not ignore the postscript EOF comment while\n\
+  --noeof                           do not ignore the postscript EOF comment while\n\
                                       scanning documents\n\
-  [-]-pixmap                          use backing pixmap\n\
-  [-]-nopixmap                        do not use backing pixmap\n\
-  [-]-watch                           watch the document file for changes\n\
-  [-]-nowatch                         do not watch the document file for changes\n\
-  [-]-help                            print a help message and exit\n\
-  [-]-usage                           print a usage message and exit\n\
-  [-]-resize                          fit the size of the window to the size of the page\n\
-  [-]-noresize                        do not fit the size of the window to the size of the page\n\
+  --pixmap                          use backing pixmap\n\
+  --nopixmap                        do not use backing pixmap\n\
+  --watch                           watch the document file for changes\n\
+  --nowatch                         do not watch the document file for changes\n\
+  --help                            print a help message and exit\n\
+  --usage                           print a usage message and exit\n\
+  --resize                          fit the size of the window to the size of the page\n\
+  --noresize                        do not fit the size of the window to the size of the page\n\
   -geometry [<width>][x<height>][{+-}<xoffset>{+-}<yoffset>]\n\
-  [-]-ad=FILE                         read and use additional resources from FILE\n\
-  [-]-style=FILE                      read and use additional resources from FILE. These resources\n\
+  --ad=FILE                         read and use additional resources from FILE\n\
+  --style=FILE                      read and use additional resources from FILE. These resources\n\
                                       have lower priority than those provided on the context of --ad\n\
-  [-]-spartan                         shortcut for --style=gv_spartan.dat\n\
-  [-]-version                         show gv version and exit\n\
+  --spartan                         shortcut for --style=gv_spartan.dat\n\
+  --version                         show gv version and exit\n\
 ";
 
 char *message_help = "\