Skip to content

Commit

Permalink
README: Document --remove-symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
tux3 committed Dec 18, 2024
1 parent b2b1a8f commit 21aab7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ FLAGS:
-v, --verbose Print verbose information
OPTIONS:
-k, --keep-symbols <keep-symbols>... Accepts regexes of the symbol names to keep global, and localizes the rest
-o, --output <output> Output static library
-k, --keep-symbols <keep-symbols>... Accepts regexes of the symbol names to keep global, and localizes the rest
-r, --remove-symbols <remove-symbols>... Accepts regexes of the symbol names to hide, and keep the rest global
-o, --output <output> Output static library
ARGS:
<INPUTS>... Static libraries to merge
Expand Down

0 comments on commit 21aab7b

Please sign in to comment.