From 774f0a31a8be1d494b99aa51f9d43db21deb515d Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 12 Aug 2007 17:19:33 +0000 Subject: [PATCH] Fixed usage screen --- src/copy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/copy.c b/src/copy.c index a74ed66..e0bdeac 100644 --- a/src/copy.c +++ b/src/copy.c @@ -401,9 +401,9 @@ static int _copy_multiple(Copy * copy, char const * src, char const * dst) static int _usage(void) { fputs("Usage: copy [-fip] source_file target_file\n\ - cp [-fip] source_file ... target\n\ - cp -R [-H | -L | -P][-fip] source_file ... target\n\ - cp -r [-H | -L | -P][-fip] source_file ... target\n\ + copy [-fip] source_file ... target\n\ + copy -R [-H | -L | -P][-fip] source_file ... target\n\ + copy -r [-H | -L | -P][-fip] source_file ... target\n\ -f Do not prompt for confirmation if the destination path exists\n\ -i Prompt for confirmation if the destination path exists\n\ -p Duplicate characteristics of the source files\n\