Commit 016859fc51b660d7fc95ca5eff449d62c67f8a7f

Christian Weisgerber 2020-10-02T19:30:50

suggest aggregated pathnames in find(1) example ok stsp

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got-worktree.5 b/got/got-worktree.5
index 6915419..220db99 100644
--- a/got/got-worktree.5
+++ b/got/got-worktree.5
@@ -128,7 +128,7 @@ A corrupt or missing file index can be recreated on demand as follows:
 .Pp
 .Dl $ mv .got/file-index .got/file-index.bad
 .Dl $ got update # re-create .got/file-index
-.Dl $ find\ . -type f -exec touch {}\ \\\ ; # update timestamp of all files
+.Dl $ find\ . -type f -exec touch {}\ + # update timestamp of all files
 .Dl $ got update # sync timestamps
 .Pp
 When the file index is modified, it is read into memory in its entirety,