chiark / gitweb /
wip
[chiark-utils.git] / cprogs / watershed.c
index dfc9480b2057be7b9adc8385f5acf8eb492d63ab..3bf9b0763e3b1643e9a1cf20f0b85f08295af817 100644 (file)
@@ -296,7 +296,8 @@ static int cohort_fd, lock_fd;
 
 static void badusage(void) {
   fputs(_("usage: watershed [<options>] <command>...\n"
-         "options: -d|--state-dir <directory>  -i|--command-id <id>\n"),
+         "options: -d|--state-dir <directory>  -i|--command-id <id>\n"
+         "see /usr/share/doc/chiark-utils-bin/watershed.txt\n"),
          stderr);
   exit(127);
 }