X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f22ee865172a42b7c4b291472b6fddb484c8db66..d5d4b282203f9cb06e77e67021ffdd62abb24d89:/tls.c diff --git a/tls.c b/tls.c index a4fda6b8..823e2388 100644 --- a/tls.c +++ b/tls.c @@ -31,13 +31,13 @@ * on the command line must be directories rather than files; you * can't give wildcards either. * - * At the moment we don't sort the output, but all the files have full - * names, so you can run it through sort(1). - * * We need to recurse downwards and show all the interesting * information and no more. * * \todo Use readdir64 if available? + * + * \todo Sort directory entries. Either that, or output file listing + * in such a format that we can just pipe the whole lot through sort. */