diff options
Diffstat (limited to 'mkfs')
| -rw-r--r-- | mkfs/options.c | 5 | 
1 files changed, 3 insertions, 2 deletions
| 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"; | 
