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, } };