X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/185aa5b0e5f5ffd4d5ca442bdff113aba501f19b..1c60d219472b3de0080cda807b014d011e3b5ccb:/tls.c diff --git a/tls.c b/tls.c index 4d1ab91e..cd4e26de 100644 --- a/tls.c +++ b/tls.c @@ -2,11 +2,11 @@ * Trivial ls for comparing two directories after running an rsync. * * Copyright (C) 2001, 2002 Martin Pool - * Copyright (C) 2003, 2004, 2005 Wayne Davison + * Copyright (C) 2003-2007 Wayne Davison * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License version - * 2 as published by the Free Software Foundation. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -120,7 +120,7 @@ int main(int argc, char *argv[]) { if (argc < 2) { - fprintf(stderr, "usage: " PROGRAM " DIR ...\n" + fprintf(stderr, "usage: " PROGRAM " FILE ...\n" "Trivial file listing program for portably checking rsync\n"); return 1; }