diff --git a/src/main.c b/src/main.c index 9d8c52f..5c39f8f 100644 --- a/src/main.c +++ b/src/main.c @@ -194,11 +194,11 @@ static void help() { #if defined(HAVE_PI) | defined(HAVE_MMAL) printf("\t-rotate \tRotate display: 0/90/180/270 (default 0)\n"); #endif - printf("\t-fps \t\tSpecify the fps to use (default -1)\n"); + printf("\t-fps \t\tSpecify the fps to use (default 60)\n"); printf("\t-bitrate \tSpecify the bitrate in Kbps\n"); printf("\t-packetsize \tSpecify the maximum packetsize in bytes\n"); printf("\t-codec \t\tSelect used codec: auto/h264/h265 (default auto)\n"); - printf("\t-remote\t\t\tEnable remote optimizations\n"); + printf("\t-remote \t\t\tEnable optimizations for WAN streaming (default auto)\n"); printf("\t-app \t\tName of app to stream\n"); printf("\t-nosops\t\t\tDon't allow GFE to modify game settings\n"); printf("\t-localaudio\t\tPlay audio locally on the host computer\n");