summaryrefslogtreecommitdiff
path: root/mkfs/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs/options.c')
-rw-r--r--mkfs/options.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkfs/options.c b/mkfs/options.c
index 39ecdc7..fd6ca46 100644
--- a/mkfs/options.c
+++ b/mkfs/options.c
@@ -112,6 +112,7 @@ const char *help_details =
"dir <path> <mode> <uid> <gid>\n"
"nod <path> <mode> <uid> <gid> <dev_type> <maj> <min>\n"
"slink <path> <mode> <uid> <gid> <target>\n"
+"link <path> <dummy> <dummy> <dummy> <target>\n"
"pipe <path> <mode> <uid> <gid>\n"
"sock <path> <mode> <uid> <gid>\n"
"\n"
@@ -120,7 +121,7 @@ const char *help_details =
"<location> If given, location of the input file. Either absolute or relative\n"
" to the description file. If omitted, the image path is used,\n"
" relative to the description file.\n"
-"<target> Symlink target.\n"
+"<target> Symlink or hardlink target.\n"
"<mode> Mode/permissions of the entry.\n"
"<uid> Numeric user id.\n"
"<gid> Numeric group id.\n"