7z, 7za, svn: remove unneeded ellipsis.
svn: remove unneeded ellipsis.
This commit is contained in:

committed by
Agniva De Sarker

parent
bf37d976c6
commit
24ff287251
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user