aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools/mksquashfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'squashfs-tools/mksquashfs.c')
-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],