File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -366,12 +366,12 @@ them.
366
366
367
367
.. option :: --keep-global-symbol <symbol >, -G
368
368
369
- Make all symbols local in the output, except for symbols with the name
369
+ Mark all symbols local in the output, except for symbols with the name
370
370
``<symbol> ``. Can be specified multiple times to ignore multiple symbols.
371
371
372
372
.. option :: --keep-global-symbols <filename >
373
373
374
- Make all symbols local in the output, except for symbols named in the file
374
+ Mark all symbols local in the output, except for symbols named in the file
375
375
``<filename> ``. In the file, each line represents a single symbol, with leading
376
376
and trailing whitespace ignored, as is anything following a '#'. Can be
377
377
specified multiple times to read names from multiple files.
@@ -395,7 +395,7 @@ them.
395
395
396
396
.. option :: --localize-hidden
397
397
398
- Make all symbols with hidden or internal visibility local in the output.
398
+ Mark all symbols with hidden or internal visibility local in the output.
399
399
400
400
.. option :: --localize-symbol <symbol >, -L
401
401
You can’t perform that action at this time.
0 commit comments