X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=bin%2Fgedcom-check.c;h=0accc9c6730920e018a4af7c354c085115d5ff6b;hb=8546d64910c267f1594dd8b2275897b29bef1610;hp=3f14d6c1fe092fdcbb4a406da6602ecd23a3da36;hpb=348ff78151b323043b4e0c3e4744427e033639c9;p=gedcom-parse.git diff --git a/bin/gedcom-check.c b/bin/gedcom-check.c index 3f14d6c..0accc9c 100644 --- a/bin/gedcom-check.c +++ b/bin/gedcom-check.c @@ -122,6 +122,10 @@ int main(int argc, char* argv[]) } else { printf(_("Parse failed\n")); + if (!compat_enabled) { + printf(_(" Note: Compatibility mode was not enabled\n")); + printf(_(" You could try the check again using the '-c' option\n")); + } } return result; }