Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ijiraq committed Jul 25, 2014
1 parent f89b04a commit b2dfdfb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,12 @@ Or, you can retrieve the github distribution and use
'mountvofs' command.*
1. Commandline usage:
* `vls -l vos:` [List a vospace]
* `vcp vos:vospace/test.txt ./` [copy test.txt to the local directory from the vospace container]
* `vcp vos:jkavelaars/test.txt ./` [copies test.txt to the local directory from vospace]
* `vmkdir`, `vrm`, `vrmdir`, `vsync` `vcat` and `vln`
1. In a Python script:
1. In a Python script (the example below provides a listing of a vospace container)
```
#!python
import vos
client = vos.Client()
client.listdir('vos:jkavelaars')
```
provides a listing of the vospace container 'jkavelaars'

0 comments on commit b2dfdfb

Please sign in to comment.