~jan0sch/darcs-book
Showing details for patch a646fe692e73da8089c605d60135777580e56b41.
diff -rN -u old-darcs-book/en/03-working-locally.md new-darcs-book/en/03-working-locally.md --- old-darcs-book/en/03-working-locally.md 2024-11-21 13:04:35.716690719 +0000 +++ new-darcs-book/en/03-working-locally.md 2024-11-21 13:04:35.716690719 +0000 @@ -207,7 +207,7 @@ ------------------------ When you need to add quite a lot of files all at once you don't want to do that -one by one. `add` offers a `--resursive` flag and its short hand `-r` which +one by one. `add` offers a `--recursive` flag and its short hand `-r` which instructs `add` to traverse the working tree and add as yet **unadded** files. Let me show you.