aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@squashfs.org.uk>2017-07-31 20:43:27 +0100
committerPhillip Lougher <phillip@squashfs.org.uk>2017-07-31 20:43:27 +0100
commit1a6ffc749a7d9eb9f6425cb851746108e36c9127 (patch)
tree99ed879aa37481192bd2cc3f648d1a62356d63bf
parentba909f59ac5da3c69a2b166a8a9d5c1b14d3a6ad (diff)
downloadsquashfs-tools-1a6ffc749a7d9eb9f6425cb851746108e36c9127.tar.gz
pseudo.c: Fix pseudo format error message
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
-rw-r--r--squashfs-tools/pseudo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfs-tools/pseudo.c b/squashfs-tools/pseudo.c
index a3aebb5..cb74cf6 100644
--- a/squashfs-tools/pseudo.c
+++ b/squashfs-tools/pseudo.c
@@ -496,7 +496,7 @@ int read_pseudo_def(char *def)
return TRUE;
error:
- ERROR("Pseudo definitions should be of format\n");
+ ERROR("Pseudo definitions should be of the format\n");
ERROR("\tfilename d mode uid gid\n");
ERROR("\tfilename m mode uid gid\n");
ERROR("\tfilename b mode uid gid major minor\n");