]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Document hardlink command line options. (Ville Skytta) (#161738)
authorDave Jones <davej@fedoraproject.org>
Fri, 26 Aug 2005 04:42:38 +0000 (04:42 +0000)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Tue, 12 Jun 2018 12:23:03 +0000 (14:23 +0200)
misc-utils/hardlink.c

index 7a6cf6f520c7e4944c05cbf65d5210524b4c7d91..1e102101fad39f3c6b7c781fc1b039af63802666 100644 (file)
@@ -97,6 +97,9 @@ void doexit(int i)
 void usage(char *prog)
 {
   fprintf (stderr, "Usage: %s [-cnv] directories...\n", prog);
+  fprintf (stderr, "  -c    When finding candidates for linking, compare only file contents.\n");
+  fprintf (stderr, "  -n    Don't actually link anything, just report what would be done.\n");
+  fprintf (stderr, "  -v    Operate in verbose mode.\n");
   exit(255);
 }