summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-06-14 00:19:49 +0200
committerGravatar Nikias Bassen2025-06-14 00:19:49 +0200
commit4c9bfc5806158d7be9d5291811be5e8ad227cde0 (patch)
tree4e5ee9c983526fe1fcf0a2d35749934e6102e954 /tools
parent8c60ad8bf551361c97861dad87d9c50c0367fe77 (diff)
downloadlibimobiledevice-4c9bfc5806158d7be9d5291811be5e8ad227cde0.tar.gz
libimobiledevice-4c9bfc5806158d7be9d5291811be5e8ad227cde0.tar.bz2
idevicesyslog: Add synonyms for --syslog_relay option
Diffstat (limited to 'tools')
-rw-r--r--tools/idevicesyslog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/idevicesyslog.c b/tools/idevicesyslog.c
index 8d7e33b..1415040 100644
--- a/tools/idevicesyslog.c
+++ b/tools/idevicesyslog.c
@@ -806,6 +806,8 @@ int main(int argc, char *argv[])
806 { "no-colors", no_argument, NULL, 2 }, 806 { "no-colors", no_argument, NULL, 2 },
807 { "colors", no_argument, NULL, 3 }, 807 { "colors", no_argument, NULL, 3 },
808 { "syslog_relay", no_argument, NULL, 4 }, 808 { "syslog_relay", no_argument, NULL, 4 },
809 { "syslog-relay", no_argument, NULL, 4 },
810 { "legacy", no_argument, NULL, 4 },
809 { "start-time", required_argument, NULL, 5 }, 811 { "start-time", required_argument, NULL, 5 },
810 { "size-limit", required_argument, NULL, 6 }, 812 { "size-limit", required_argument, NULL, 6 },
811 { "age-limit", required_argument, NULL, 7 }, 813 { "age-limit", required_argument, NULL, 7 },