Skip to content

Commit a420184

Browse files
Trottrichardlau
authored andcommittedSep 7, 2020
doc: use period consistently in man page
PR-URL: #34939 Reviewed-By: Joyee Cheung <[email protected]>
1 parent f1217d6 commit a420184

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎doc/node.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Aborting instead of exiting causes a core file to be generated for analysis.
7979
Print source-able bash completion script for Node.js.
8080
.
8181
.It Fl -conditions Ar string
82-
Use custom conditional exports conditions
82+
Use custom conditional exports conditions.
8383
.Ar string
8484
.
8585
.It Fl -cpu-prof
@@ -105,7 +105,7 @@ The default is
105105
.
106106
.It Fl -cpu-prof-name
107107
File name of the V8 CPU profile generated with
108-
.Fl -cpu-prof
108+
.Fl -cpu-prof .
109109
.
110110
.It Fl -diagnostic-dir
111111
Set the directory for all diagnostic output files.
@@ -159,7 +159,7 @@ Enable experimental top-level
159159
keyword support in REPL.
160160
.
161161
.It Fl -experimental-specifier-resolution
162-
Select extension resolution algorithm for ES Modules; either 'explicit' (default) or 'node'
162+
Select extension resolution algorithm for ES Modules; either 'explicit' (default) or 'node'.
163163
.
164164
.It Fl -experimental-vm-modules
165165
Enable experimental ES module support in VM module.
@@ -208,7 +208,7 @@ The default is
208208
.
209209
.It Fl -heap-prof-name
210210
File name of the V8 heap profile generated with
211-
.Fl -heap-prof
211+
.Fl -heap-prof .
212212
.
213213
.It Fl -icu-data-dir Ns = Ns Ar file
214214
Specify ICU data load path.

0 commit comments

Comments
 (0)
Please sign in to comment.