Whamcloud - gitweb
Print an error if more than one of the -p/-a, -n or -y options
[tools/e2fsprogs.git] / e2fsck / message.c
index 3428e30..6c81eeb 100644 (file)
  *     @f      filesystem
  *     @F      for @i %i (%Q) is
  *     @g      group
+ *     @h      HTREE directory inode
  *     @i      inode
  *     @I      illegal
  *     @j      journal
  *     @l      lost+found
  *     @L      is a link
  *     @o      orphaned
+ *     @p      problem in
  *     @r      root inode
  *     @s      should be 
  *     @S      superblock
@@ -116,9 +118,11 @@ static const char *abbrevs[] = {
        N_("ffilesystem"),
        N_("Ffor @i %i (%Q) is"),
        N_("ggroup"),
+       N_("hHTREE @d @i"),
        N_("llost+found"),
        N_("Lis a link"),
        N_("oorphaned"),
+       N_("pproblem in"),
        N_("rroot @i"),
        N_("sshould be"),
        N_("Ssuper@b"),
@@ -396,7 +400,7 @@ static _INLINE_ void expand_percent_expression(ext2_filsys fs, char ch,
                print_pathname(fs, ctx->dir, ctx->ino);
                break;
        case 'S':
-               printf("%d", get_backup_sb(fs));
+               printf("%d", get_backup_sb(NULL, fs, NULL, NULL));
                break;
        case 's':
                printf("%s", ctx->str ? ctx->str : "NULL");