]> git.eshelyaron.com Git - emacs.git/commitdiff
Exit with success for make-fingerprint usage
authorDaniel Colascione <dancol@dancol.org>
Tue, 20 Feb 2018 01:11:28 +0000 (17:11 -0800)
committerDaniel Colascione <dancol@dancol.org>
Tue, 20 Feb 2018 01:11:28 +0000 (17:11 -0800)
lib-src/make-fingerprint.c

index 2ea839d78e42c16bd49e93d3a367b6c81dfc6fb3..69558a818e282e4a3a41f53e21d1c9b39df7181f 100644 (file)
@@ -55,6 +55,7 @@ main (int argc, char **argv)
           break;
         case 'h':
           printf ("make-fingerprint [-r] FILES...: compute a hash\n");
+          return 0;
         default:
           return 1;
         }