diff options
| author | Dylan Simon <dylan@dylex.net> | 2010-06-15 18:55:39 -0400 |
|---|---|---|
| committer | Dylan Simon <dylan@dylex.net> | 2010-06-15 18:55:39 -0400 |
| commit | b1f36fb98cbc5646cf79dd6c3ec61f270923bbaf (patch) | |
| tree | ab801d45666c2c94dc633b4544b28cf9c28d5cf0 | |
| parent | 91a0acc346cc31e8fbee0e13a19f690dd07a79f7 (diff) | |
| download | android_external_rsync-b1f36fb98cbc5646cf79dd6c3ec61f270923bbaf.tar.gz android_external_rsync-b1f36fb98cbc5646cf79dd6c3ec61f270923bbaf.tar.bz2 android_external_rsync-b1f36fb98cbc5646cf79dd6c3ec61f270923bbaf.zip | |
Add my own sig to --version
| -rw-r--r-- | options.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -262,6 +262,7 @@ static void print_rsync_version(enum logcode f) RSYNC_NAME, RSYNC_VERSION, PROTOCOL_VERSION, subprotocol); rprintf(f, "Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others.\n"); rprintf(f, "Web site: http://rsync.samba.org/\n"); + rprintf(f, "Android port by Dylan Simon: http://github.com/dylex/android_external_rsync\n"); rprintf(f, "Capabilities:\n"); rprintf(f, " %d-bit files, %d-bit inums, %d-bit timestamps, %d-bit long ints,\n", (int)(sizeof (OFF_T) * 8), |
