Skip to content

Commit

Permalink
EXAMPLES: Added 'frame' to the 'probe' help text
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Oct 17, 2023
1 parent c9deaa2 commit 916e7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/c/sail/sail.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ static void help(const char *app) {
fprintf(stderr, "\n");
fprintf(stderr, " convert <INPUT PATH> <OUTPUT PATH> [-c | --compression <value>] - Convert one image format to another.\n");
fprintf(stderr, "\n");
fprintf(stderr, " probe <PATH> - Retrieve information of the very first image found in the file.\n");
fprintf(stderr, " probe <PATH> - Retrieve information of the very first image frame found in the file.\n");
fprintf(stderr, " In most cases probing doesn't decode the image data.\n");
fprintf(stderr, " decode <PATH> - Decode the whole file and print information of all its frames.\n");
}
Expand Down

0 comments on commit 916e7c0

Please sign in to comment.