# # # patch "monotone.texi" # from [227c04d7f30c81a217158db42ec0f6f35310c27f] # to [60e0e6b916105563524335051f9789e1d77e57e7] # ============================================================ --- monotone.texi 227c04d7f30c81a217158db42ec0f6f35310c27f +++ monotone.texi 60e0e6b916105563524335051f9789e1d77e57e7 @@ -1449,7 +1449,7 @@ @section Adding Files @smallexample @group -$ mtn add include/jb.h src +$ mtn add -R include/jb.h src mtn: adding include/jb.h to workspace manifest mtn: adding src/apple.c to workspace manifest mtn: adding src/banana.c to workspace manifest @@ -4647,7 +4647,7 @@ @heading Importing a New Project @smallexample @group $ mtn --db=/path/to/database.mtn --branch=com.foo.wobbler setup . -$ mtn add . +$ mtn add -R . $ mtn commit @end group @end smallexample