Skip to content

Commit ae5a2a9

Browse files
committed
README updated
1 parent 4b4f2bd commit ae5a2a9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ acd_cli
55

66
##Features
77

8-
* node cache
8+
* node caching
99
* mapping of node IDs to a "remote" path
1010
* tree listing of files and folders
1111
* upload/download of single files
@@ -17,6 +17,7 @@ acd_cli
1717

1818
* recursive upload/download
1919
* folder syncing
20+
* processing of incremental changes
2021
* ... minor stuff
2122

2223
##Quick start
@@ -26,6 +27,7 @@ Enter your client credentials into the JSON file named `client_data`. You will h
2627

2728
##Usage
2829

30+
The following actions are built in
2931

3032
```
3133
sync refresh node list cache
@@ -46,7 +48,7 @@ Enter your client credentials into the JSON file named `client_data`. You will h
4648
list-changes list changes
4749
```
4850

49-
Please run ```./acd_cli.py --help``` to get a current list of the available actions
51+
Please run ```./acd_cli.py --help``` to get a current list of the available actions and help on further arguments.
5052

5153
You may provide any node argument as a 22 character ID or a UNIX-style path. Directories must always end with a forward slash '/'.
5254

@@ -77,9 +79,10 @@ $ ./acd_cli.py move /egg/bacon/spam /
7779
# 1 file(s) updated.
7880
```
7981

82+
8083
##Known Issues
8184

82-
Some of the trashed folders' children will remain in the tree listing.
85+
Downloaded files are not being hashed currently.
8386

8487
##Dependencies
8588
* pycurl

0 commit comments

Comments
 (0)