Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDiscordian committed Jul 23, 2021
1 parent 56e1418 commit cf6cfb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Usage of ipfs-sync:
-basepath string
relative MFS directory path (default "/ipfs-sync/")
-config string
path to config file to use
path to config file to use (default "/home/user/.ipfs-sync.yaml")
-copyright
display copyright and exit
-db string
path to file where db should be stored (example: "/home/user/.ipfs-sync.db")
path to file where db should be stored (default "/home/user/.ipfs-sync.db")
-dirs value
set the dirs to monitor in json format like: [{"ID":"Example1", "Dir":"/home/user/Documents/", "Nocopy": false},{"ID":"Example2", "Dir":"/home/user/Pictures/", "Nocopy": false}]
-endpoint string
Expand All @@ -50,7 +50,7 @@ Usage of ipfs-sync:
-sync duration
time to sleep between IPNS syncs (ex: 120s) (default 10s)
-timeout duration
longest time to wait for API calls like version and `files/mkdir` (ex: 60s) (default 30s)
longest time to wait for API calls like 'version' and 'files/mkdir' (ex: 60s) (default 30s)
-v display verbose output
-version
display version and exit
Expand Down

0 comments on commit cf6cfb4

Please sign in to comment.