Browse Source

MT#55283 move option to correct section

Change-Id: Ied55e0859f8c8dd3387d2b564ddde09d26b1afef
pull/1998/head
Richard Fuchs 4 months ago
parent
commit
1e0c91c372
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      recording-daemon/main.c

+ 1
- 1
recording-daemon/main.c View File

@ -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, &notify_record, "Also attach recorded file to request", NULL },
{ "notify-purge", 0, 0, G_OPTION_ARG_NONE, &notify_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, }
};


Loading…
Cancel
Save