URI:
       tMake the HOST param mandatory - synk - synchronize files between hosts
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 82e2b998925748562da710ef5ec8a01df652ef01
   DIR parent 8360556462013f145204a0e253c09986886414bc
  HTML Author: Willy <willyatmailoodotorg>
       Date:   Fri,  2 Sep 2016 19:01:31 +0200
       
       Make the HOST param mandatory
       
       Diffstat:
         M synk.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/synk.c b/synk.c
       t@@ -86,7 +86,7 @@ int verbose = LOG_NONE;
        void
        usage(char *name)
        {
       -        fprintf(stderr, "usage: %s [-vs] [-h HOST] [-p PORT] [FILE..]\n", name),
       +        fprintf(stderr, "usage: %s [-vs] [-p PORT] -h HOST [FILE..]\n", name),
                exit(1);
        }