From 18a93b10821a01cf1f706013e6a14014a4d3e2a5 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 5 Jun 2020 20:52:23 +0200 Subject: docs: Update man pages with new command line switches --- docs/idevicedebug.1 | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'docs/idevicedebug.1') diff --git a/docs/idevicedebug.1 b/docs/idevicedebug.1 index cf6220a..7314baa 100644 --- a/docs/idevicedebug.1 +++ b/docs/idevicedebug.1 @@ -12,18 +12,24 @@ command is "run" and allows execution of developer apps and watch the stdout/stderr of the process. .SH OPTIONS -.TP -.B \-e, \-\-env NAME=VALUE -set environment variable NAME to VALUE. .TP .B \-u, \-\-udid UDID target specific device by UDID. -.TP +.TP +.B \-n, \-\-network +connect to network device. +.TP +.B \-e, \-\-env NAME=VALUE +set environment variable NAME to VALUE. +.TP .B \-d, \-\-debug enable communication debugging. -.TP +.TP .B \-h, \-\-help prints usage information. +.TP +.B \-v, \-\-version +prints version information. .SH COMMANDS .TP -- cgit v1.1-32-gdbae