Skip to content

Commit

Permalink
clashes: more note about -fix-mode trash
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Dec 19, 2016
1 parent fa3d326 commit cdd274a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ drive clashes -fix [-fix-mode mode] [-depth n] [paths...]
There are two available modes for `-fix-mode`:
* `rename`: this is the default behavior
* `trash`
* `trash`: trashing *both* new and old files
### Move
Expand Down
2 changes: 1 addition & 1 deletion src/clashes.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func autoTrashClashes(g *Commands, clashes []*Change) error {
}

if g.opts.canPrompt() {
g.log.Logln("Some clashes found, trash them?")
g.log.Logln("Some clashes found, trash them all?")
for _, c := range clashes {
g.log.Logln(c.Symbol(), c.Path, c.Dest.Id)
}
Expand Down
2 changes: 1 addition & 1 deletion src/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const (
DescOpen = "open a file in the appropriate filemanager or default browser"
DescUrl = "returns the remote URL of each file"
DescVerbose = "show step by step information verbosely"
DescFixClashes = "fix clashes by renaming or trashing files"
DescFixClashes = "fix clashes by renaming or trashing all files"
DescFixClashesMode = "set fix policy to rename or trash"
DescListClashes = "list clashes"
DescDescription = "set the description"
Expand Down

0 comments on commit cdd274a

Please sign in to comment.