diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-02-26 23:46:53 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-02-26 23:46:53 +0900 |
commit | ca0ea3ee77f8a65ebe2955008715aec49b0f2c94 (patch) | |
tree | b20b775ec4d24ec373dff734dac2ad614a352ef6 /src/main.c | |
parent | c649742b3eec44d47b887cb8b1deb336ae915dd1 (diff) |
tiny fix on comment
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ struct target { struct target *validate_targets(char **arg, int len) { - /* arg is array of source ... remote. + /* arg is array of source ... destination. * There are two cases: * * 1. remote:path remote:path ... path, remote to local copy |