diff options
| author | Jim Meyering <jim@meyering.net> | 2002-03-30 07:12:23 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2002-03-30 07:12:23 +0000 |
| commit | 302c89b2852eb813d35a914dd37a8c36ac205b63 (patch) | |
| tree | 65172d108478aad14bd04fc1cfa0103fc6087b56 /src/mv.c | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-302c89b2852eb813d35a914dd37a8c36ac205b63.tar.gz coreutils-302c89b2852eb813d35a914dd37a8c36ac205b63.zip | |
(do_move): Correct a comment.
Diffstat (limited to 'src/mv.c')
| -rw-r--r-- | src/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -206,7 +206,7 @@ do_move (const char *source, const char *dest, const struct cp_options *x) else if (rename_succeeded) { /* No need to remove anything. SOURCE was successfully - renamed to DEST. */ + renamed to DEST. Or the user declined to rename a file. */ dir_to_remove = NULL; } else |
