From 39357c0eb4122eaf58382e921496984e6d0a7d5d Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 27 Jun 2025 21:00:00 +0200 Subject: idevicesyslog: Use --syslog-relay in description and man page Both --syslog-relay and --syslog_relay still work regardless, but it is more aligned with other long options. --- tools/idevicesyslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/idevicesyslog.c b/tools/idevicesyslog.c index 830b76a..dc404b0 100644 --- a/tools/idevicesyslog.c +++ b/tools/idevicesyslog.c @@ -880,7 +880,7 @@ static void print_usage(int argc, char **argv, int is_error) " -o, --output FILE write to FILE instead of stdout\n" " (existing FILE will be overwritten)\n" " --colors force writing colored output, e.g. for --output\n" - " --syslog_relay force use of syslog_relay service\n" + " --syslog-relay force use of syslog_relay service\n" "\n" "COMMANDS:\n" " pidlist Print pid and name of all running processes.\n" -- cgit v1.1-32-gdbae