From 1e0c91c372375fd6e8e693f8fcc6af5f7ba9f909 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 18 Aug 2025 11:49:48 -0400 Subject: [PATCH] MT#55283 move option to correct section Change-Id: Ied55e0859f8c8dd3387d2b564ddde09d26b1afef --- recording-daemon/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recording-daemon/main.c b/recording-daemon/main.c index aea0fca20..e1c653e3a 100644 --- a/recording-daemon/main.c +++ b/recording-daemon/main.c @@ -239,8 +239,8 @@ static void options(int *argc, char ***argv) { #if CURL_AT_LEAST_VERSION(7,56,0) { "notify-record", 0, 0, G_OPTION_ARG_NONE, ¬ify_record, "Also attach recorded file to request", NULL }, { "notify-purge", 0, 0, G_OPTION_ARG_NONE, ¬ify_purge, "Remove the local file if notify success", NULL }, - { "flush-packets", 0, 0, G_OPTION_ARG_NONE, &flush_packets, "Output buffer will be flushed after every packet", NULL }, #endif + { "flush-packets", 0, 0, G_OPTION_ARG_NONE, &flush_packets, "Output buffer will be flushed after every packet", NULL }, { NULL, } };