diff --git a/src/video_capture/v4l2.c b/src/video_capture/v4l2.c index 1ee91faa1..73b80dfb5 100644 --- a/src/video_capture/v4l2.c +++ b/src/video_capture/v4l2.c @@ -193,7 +193,7 @@ static void show_help() printf("\t\tuse device for grab (default: %s)\n", DEFAULT_DEVICE); printf("\t\t - time per frame in format /\n"); printf("\t\t - number of capture buffers to be used (default: %d)\n", DEFAULT_BUF_COUNT); - printf("\t\t or should be given as a single integer or a fraction"); + printf("\t\t or should be given as a single integer or a fraction\n"); for (int i = 0; i < 64; ++i) { char name[32];