Skip to content

Commit 0661821

Browse files
authored
Merge pull request #23 from y-yagi/add_missing_remove_destination_option_to_doc
Add missing `remove_destination` option to a doc [ci skip]
2 parents 64e2750 + 6b1cd78 commit 0661821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fileutils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#
5757
# There are some `low level' methods, which do not accept any option:
5858
#
59-
# FileUtils.copy_entry(src, dest, preserve = false, dereference = false)
59+
# FileUtils.copy_entry(src, dest, preserve = false, dereference_root = false, remove_destination = false)
6060
# FileUtils.copy_file(src, dest, preserve = false, dereference = true)
6161
# FileUtils.copy_stream(srcstream, deststream)
6262
# FileUtils.remove_entry(path, force = false)

0 commit comments

Comments
 (0)