diff options
Diffstat (limited to 'tar')
-rw-r--r-- | tar/tar2sqfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index b070db8..a13b84e 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -58,7 +58,7 @@ static const char *usagestr = "\n" " --compressor, -c <name> Select the compressor to use.\n" " A list of available compressors is below.\n" -" --comp-extra, -X <options> A comma seperated list of extra options for\n" +" --comp-extra, -X <options> A comma separated list of extra options for\n" " the selected compressor. Specify 'help' to\n" " get a list of available options.\n" " --num-jobs, -j <count> Number of compressor jobs to create.\n" @@ -70,7 +70,7 @@ static const char *usagestr = " Defaults to %u.\n" " --dev-block-size, -B <size> Device block size to padd the image to.\n" " Defaults to %u.\n" -" --defaults, -d <options> A comma seperated list of default values for\n" +" --defaults, -d <options> A comma separated list of default values for\n" " implicitly created directories.\n" "\n" " Possible options:\n" |