From 1137ce0726a7997fe9e5cb2941e3f43bfec9d0e8 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 31 May 2019 19:36:03 +0200 Subject: Update documentation Signed-off-by: David Oberhollenzer --- mkfs/options.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mkfs') diff --git a/mkfs/options.c b/mkfs/options.c index f64ec94..272e860 100644 --- a/mkfs/options.c +++ b/mkfs/options.c @@ -128,10 +128,11 @@ static const char *help_string = " dir /root 0700 0 0\n" " dir /sbin 0755 0 0\n" " \n" -" # Add a file. Input is relative to this listing.\n" +" # Add a file. Input is relative to listing or pack dir.\n" " file /sbin/init 0755 0 0 ../init/sbin/init\n" " \n" -" # Read from bin/bash relative to the listing. Implicitly create /bin.\n" +" # Read bin/bash, relative to listing or pack dir.\n" +" # Implicitly create /bin.\n" " file /bin/bash 0755 0 0" "\n\n"; -- cgit v1.2.3