Clearer "nothing to do" message.
authorMartin Pool <mbp@samba.org>
Tue, 10 Oct 2000 01:26:55 +0000 (01:26 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 10 Oct 2000 01:26:55 +0000 (01:26 +0000)
main.c

diff --git a/main.c b/main.c
index 5ac407a..648c237 100644 (file)
--- a/main.c
+++ b/main.c
@@ -510,7 +510,9 @@ int client_run(int f_in, int f_out, int pid, int argc, char *argv[])
        
        flist = recv_file_list(f_in);
        if (!flist || flist->count == 0) {
-               rprintf(FINFO,"client: nothing to do\n");
+               rprintf(FINFO, "client: nothing to do: "
+                        "perhaps you need to specify some filenames or "
+                        "the --recursive option?\n");
                exit_cleanup(0);
        }