summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/hardlink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc-utils/hardlink.c b/misc-utils/hardlink.c
index fd511c894..4625f1ea3 100644
--- a/misc-utils/hardlink.c
+++ b/misc-utils/hardlink.c
@@ -17,7 +17,8 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-/* Changes by Rémy Card to use constants and add option -n. */
+/* Changes by Rémy Card to use constants and add option -n. */
+/* Changes by Jindrich Novy to add option -h. */
#define _GNU_SOURCE
#include <sys/types.h>