Skip to content

Commit

Permalink
Replace "path to current manifest path" with "path to current manifest"
Browse files Browse the repository at this point in the history
  • Loading branch information
utsavized committed Nov 20, 2015
1 parent 3e90de0 commit a608231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install from npm - `npm install -g kudusync`

kudusync `-f [source path] -t [destination path] -n [path to next manifest path] -p [path to current manifest path] -i <paths to ignore delimited by ;>`

The tool will sync files from the `[source path]` to the `[destination path]` using the manifest file in `[path to current manifest path]` to help determine what was added/removed and will write the new manifest file at `[path to current manifest path]`.
The tool will sync files from the `[source path]` to the `[destination path]` using the manifest file in `[path to current manifest]` to help determine what was added/removed, and will write the new manifest file at `[path to current manifest]`.
Paths in `<paths to ignore>` will be ignored in the process


Expand Down

0 comments on commit a608231

Please sign in to comment.