diff options
| author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-31 19:36:03 +0200 | 
|---|---|---|
| committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-31 19:36:03 +0200 | 
| commit | 1137ce0726a7997fe9e5cb2941e3f43bfec9d0e8 (patch) | |
| tree | 1b8c94b8b72e349a781cbf725dcb8f2783222436 /mkfs | |
| parent | 3559e5e0e840839ae85aa02c0748f89676c0a5e8 (diff) | |
Update documentation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
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"; | 
