aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@squashfs.org.uk>2014-08-27 06:11:41 +0100
committerPhillip Lougher <phillip@squashfs.org.uk>2014-08-27 06:11:41 +0100
commit59889f1048934296f25ebc1c6fca35413b3f9f3b (patch)
treed42c7880bdfb4398de5d8b112f03320f7d5547fd
parentc08b7620e933251c8162d713220ba44fb675d0b7 (diff)
downloadsquashfs-tools-59889f1048934296f25ebc1c6fca35413b3f9f3b.tar.gz
mksquashfs: add -true-action-file option
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
-rw-r--r--squashfs-tools/mksquashfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfs-tools/mksquashfs.c b/squashfs-tools/mksquashfs.c
index fb1ad1c..0dd4a48 100644
--- a/squashfs-tools/mksquashfs.c
+++ b/squashfs-tools/mksquashfs.c
@@ -5250,7 +5250,7 @@ int main(int argc, char *argv[])
if(read_action_file(argv[i], ACTION_LOG_VERBOSE) == FALSE)
exit(1);
- } else if(strcmp(argv[i], "-true_action_file") == 0 ||
+ } else if(strcmp(argv[i], "-true-action-file") == 0 ||
strcmp(argv[i], "-taf") ==0) {
if(++i == argc) {
ERROR("%s: %s missing filename\n", argv[0],