X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/50135767058f40b26c1683e467ec015dba162ea8..3b2b53456759d614a92f178fa43f9c9ec1332f8e:/main.c diff --git a/main.c b/main.c index d12dea36..86a1a55c 100644 --- a/main.c +++ b/main.c @@ -125,7 +125,7 @@ static void report(int f) } -/* Start the remote shell. */ +/* Start the remote shell. cmd may be NULL to use the default. */ /* TODO: When the shell exits, look at its return value, as this may * well tell us if something went wrong in trying to connect to the * remote machine. Although it doesn't seem to be specified anywhere,