7z, 7za, svn: remove unneeded ellipsis.

svn: remove unneeded ellipsis.
italian
Marco Bonelli 2019-02-01 17:50:52 +01:00 committed by Agniva De Sarker
parent bf37d976c6
commit 24ff287251
5 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: