Skip to content

Commit 65c0a01

Browse files
author
Colin Robertson
authored
Update remote-ar-linux.md
Fix spelling. Acrolinx all the things.
1 parent 68a3518 commit 65c0a01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/linux/prop-pages/remote-ar-linux.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Linux support is available in Visual Studio 2017 and later.
1717

1818
Property | Description
1919
--- | ---
20-
Create an archive index | Create an archive index (cf. ranlib). This can speed up linking and reduce dependency within its own library.
21-
Create Thin Archive | Create a thin archive. A thin archive contains relativepaths to the objects instead of embedding the objects. Switching between Thin and Normal requires deleting the existing library.
22-
No Warning on Create | Do not warn if when the library is created.
20+
Create an archive index | Create an archive index (as done by ranlib). This option can speed up linking and reduce dependency within its own library.
21+
Create Thin Archive | Create a thin archive. A thin archive contains relative paths to the objects instead of embedding the objects. Switching between Thin and Normal requires deleting the existing library.
22+
No Warning on Create | Doesn't warn if or when the library is created.
2323
Truncate Timestamp | Use zero for timestamps and uids/gids.
24-
Suppress Startup Banner | Dont show version number.
24+
Suppress Startup Banner | Don't show the version number.
2525
Verbose | Verbose
26-
Additional Options | Additional Options.
26+
Additional Options | Additional options.
2727
Output File | The /OUT option overrides the default name and location of the program that the lib creates.
2828
Archiver | Specifies the program to invoke during linking of static objects, or the path to the archiver on the remote system.
2929
Archiver Timeout | Remote archiver timeout, in milliseconds.

0 commit comments

Comments
 (0)