Apply suggestions from code review
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
9eb6123786
commit
c62b624b17
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
- List the members of an archive:
|
- List the members of an archive:
|
||||||
|
|
||||||
`ar -t {{path/to/archive.a}}`
|
`ar -t {{path/to/file.a}}`
|
||||||
|
|
||||||
- Replace or add files to an archive:
|
- Replace or add files to an archive:
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
- Insert an object file index (equivalent to using `ranlib`):
|
- Insert an object file index (equivalent to using `ranlib`):
|
||||||
|
|
||||||
`ar -s {{path/to/archive.a}}`
|
`ar -s {{path/to/file.a}}`
|
||||||
|
|
||||||
- Create an archive with files and an accompanying object file index:
|
- Create an archive with files and an accompanying object file index:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user