mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Apply suggestions from code review
This commit is contained in:
parent
9eb6123786
commit
c62b624b17
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- 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:
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
- 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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue