Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAN page #19

Open
trypy opened this issue Sep 3, 2023 · 1 comment
Open

MAN page #19

trypy opened this issue Sep 3, 2023 · 1 comment

Comments

@trypy
Copy link

trypy commented Sep 3, 2023

Maybe add MAN page to github for potential edits

I see in code --check returns three possible values.

Maybe note this in MAN page and/or --help text

const char *check_status_str(int check)
{
switch (check) {
case 1:
return "OK";
case 2:
return "WARNING";
case 3:
return "ERROR";
}

return "";

}

@tjko
Copy link
Owner

tjko commented Oct 7, 2023

Man page is included in the repository: https://github.com/tjko/jpeginfo/blob/master/jpeginfo.1

I added note about the exit code in the man page (6bcb601)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants