mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 12:17:56 +01:00
7z, 7za, svn: remove unneeded ellipsis.
svn: remove unneeded ellipsis.
This commit is contained in:
parent
bf37d976c6
commit
24ff287251
5 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
- Archivia utilizzando uno specifico tipo di archivio:
|
||||
|
||||
`7z a -t {{zip|gzip|bzip2|tar|...}} {{archivio.7z}} {{percorso/al/file}}`
|
||||
`7z a -t {{zip|gzip|bzip2|tar}} {{archivio.7z}} {{percorso/al/file}}`
|
||||
|
||||
- Elenca i tipi di archivio supportati:
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
- Archivia utilizzando uno specifico tipo di archivio:
|
||||
|
||||
`7za a -t {{zip|gzip|bzip2|tar|...}} {{archivio.7z}} {{percorso/al/file}}`
|
||||
`7za a -t {{zip|gzip|bzip2|tar}} {{archivio.7z}} {{percorso/al/file}}`
|
||||
|
||||
- Elenca i tipi di archivio supportati:
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
- Archive using a specific archive type:
|
||||
|
||||
`7z a -t {{zip|gzip|bzip2|tar|...}} {{archived.7z}} {{path/to/file}}`
|
||||
`7z a -t {{zip|gzip|bzip2|tar}} {{archived.7z}} {{path/to/file}}`
|
||||
|
||||
- List available archive types:
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- Archive using a specific archive type:
|
||||
|
||||
`7za a -t{{zip|gzip|bzip2|tar|...}} {{archived}} {{path/to/file}}`
|
||||
`7za a -t{{zip|gzip|bzip2|tar}} {{archived}} {{path/to/file}}`
|
||||
|
||||
- List available archive types:
|
||||
|
||||
|
|
|
@ -12,11 +12,11 @@
|
|||
|
||||
- Put files and directories under version control, scheduling them for addition to repository. They will be added in next commit:
|
||||
|
||||
`svn add PATH...`
|
||||
`svn add {{PATH}}`
|
||||
|
||||
- Send changes from your working copy to the repository:
|
||||
|
||||
`svn ci -m {{commit log message}} {{[PATH...]}}`
|
||||
`svn ci -m {{commit log message}} [{{PATH}}]`
|
||||
|
||||
- Display changes from the last 10 revisions, showing modified files for each revision:
|
||||
|
||||
|
|
Loading…
Reference in a new issue