diff options
author | 2025-06-27 21:00:00 +0200 | |
---|---|---|
committer | 2025-06-27 21:00:00 +0200 | |
commit | 39357c0eb4122eaf58382e921496984e6d0a7d5d (patch) | |
tree | e3fd81a9ccf67efcbafc187931a178655e05d3ab | |
parent | 34b170f03ab97b7c9ab6cf009cd8da280c6db97c (diff) | |
download | libimobiledevice-39357c0eb4122eaf58382e921496984e6d0a7d5d.tar.gz libimobiledevice-39357c0eb4122eaf58382e921496984e6d0a7d5d.tar.bz2 |
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.
-rw-r--r-- | docs/idevicesyslog.1 | 2 | ||||
-rw-r--r-- | tools/idevicesyslog.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/idevicesyslog.1 b/docs/idevicesyslog.1 index cb91193..5a677b6 100644 --- a/docs/idevicesyslog.1 +++ b/docs/idevicesyslog.1 | |||
@@ -39,7 +39,7 @@ If FILE already exists, it will be overwritten without warning. | |||
39 | .B \-\-colors | 39 | .B \-\-colors |
40 | Force writing colored output, e.g. when using \f[B]\-\-output\f[]. | 40 | Force writing colored output, e.g. when using \f[B]\-\-output\f[]. |
41 | .TP | 41 | .TP |
42 | .B \-\-syslog_relay | 42 | .B \-\-syslog\-relay |
43 | Use old syslog_relay service instead of os_trace_relay (iOS 9+). | 43 | Use old syslog_relay service instead of os_trace_relay (iOS 9+). |
44 | 44 | ||
45 | .SH COMMANDS | 45 | .SH COMMANDS |
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) | |||
880 | " -o, --output FILE write to FILE instead of stdout\n" | 880 | " -o, --output FILE write to FILE instead of stdout\n" |
881 | " (existing FILE will be overwritten)\n" | 881 | " (existing FILE will be overwritten)\n" |
882 | " --colors force writing colored output, e.g. for --output\n" | 882 | " --colors force writing colored output, e.g. for --output\n" |
883 | " --syslog_relay force use of syslog_relay service\n" | 883 | " --syslog-relay force use of syslog_relay service\n" |
884 | "\n" | 884 | "\n" |
885 | "COMMANDS:\n" | 885 | "COMMANDS:\n" |
886 | " pidlist Print pid and name of all running processes.\n" | 886 | " pidlist Print pid and name of all running processes.\n" |