summaryrefslogtreecommitdiff
path: root/src/copy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/copy.h')
-rw-r--r--src/copy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/copy.h b/src/copy.h
index 5332b2b42..a781820a8 100644
--- a/src/copy.h
+++ b/src/copy.h
@@ -124,8 +124,8 @@ struct cp_options
/* If true, first try to open each existing destination nondirectory,
then, if the open fails, unlink and try again.
- This option must be set for `cp -f', in case the destination file
- exists when the open is attempted. It is irrelevant to `mv' since
+ This option must be set for 'cp -f', in case the destination file
+ exists when the open is attempted. It is irrelevant to 'mv' since
any destination is sure to be removed before the open. */
bool unlink_dest_after_failed_open;