@@ -11,18 +11,18 @@ if __name__ == "__main__":
11
11
def print_help (version , date ):
12
12
import subprocess
13
13
14
- manpage = """\
14
+ manpage = """
15
15
.TH "CFDUMP" "1" "{0}" "{1}" "cfdump"
16
16
.
17
17
.SH NAME
18
18
.
19
- cfdump \ - view the contents of a CF-netCDF dataset according to the CF data model.
19
+ cfdump - view the contents of a CF-netCDF dataset according to the CF data model.
20
20
.
21
21
.
22
22
.
23
23
.SH SYNOPSIS
24
24
.
25
- cfdump [\ -s] [\ -c] [\ -e file [\ -e file] ...] [\ -h] file
25
+ cfdump [-s] [-c] [-e file [-e file] ...] [-h] file
26
26
.
27
27
.
28
28
.
@@ -49,32 +49,32 @@ For versions of the CF conventions up to and including CF-{3}.
49
49
.SH OPTIONS
50
50
.
51
51
.TP
52
- .B \ -c, \-\ -complete
52
+ .B -c, - -complete
53
53
Display complete descriptions. All properties of all constructs,
54
54
including metadata constructs and their components are described
55
55
without abbreviation with the exception of data arrays which are
56
56
generally abbreviated to their first and last values.
57
57
.
58
58
.
59
59
.TP
60
- .B \ -e file, \-\ -external=file
60
+ .B -e file, - -external=file
61
61
Read external variables from the given external file. Multiple
62
62
external files may be provided by specifying more than one
63
63
.ft B
64
- \ -e
64
+ -e
65
65
.ft P
66
66
option.
67
67
.
68
68
.
69
69
.TP
70
- .B \ -h, \-\ -help
70
+ .B -h, - -help
71
71
Display this man page.
72
72
.
73
73
.
74
74
.TP
75
- .B \ -s, \-\ -short
75
+ .B -s, - -short
76
76
Display short descriptions. Each field construct is described by a
77
- short, one\ -line summary that gives the identity of the field
77
+ short, one-line summary that gives the identity of the field
78
78
construct; the identities and sizes of the dimensions spanned by the
79
79
data array; and the units of the data.
80
80
.
@@ -105,7 +105,7 @@ David Hassell
105
105
[
106
106
"man" ,
107
107
"-r" ,
108
- " Manual page cfdump(1)\ ?ltline\ %lt?L/%L.:" ,
108
+ " Manual page cfdump(1) ?ltline %lt?L/%L.:" ,
109
109
"-l" ,
110
110
"-" ,
111
111
],
0 commit comments