aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-03-16 02:11:53 +0000
committerMartin Pool <mbp@samba.org>2001-03-16 02:11:53 +0000
commit0882faa2b21c3e153eda96646f2c91b05cb0c9e8 (patch)
treec14be36dbfd26bafb8a0f16de3476457419605d4 /main.c
parent3cd5eb3b3b2eb98287c781b1b8fedf16e4b0f976 (diff)
downloadandroid_external_rsync-0882faa2b21c3e153eda96646f2c91b05cb0c9e8.tar.gz
android_external_rsync-0882faa2b21c3e153eda96646f2c91b05cb0c9e8.tar.bz2
android_external_rsync-0882faa2b21c3e153eda96646f2c91b05cb0c9e8.zip
Doc.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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,