summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/idevice_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevice_id.c b/tools/idevice_id.c
index 18240bf..98fd22d 100644
--- a/tools/idevice_id.c
+++ b/tools/idevice_id.c
@@ -161,7 +161,7 @@ int main(int argc, char **argv)
printf("%s", dev_list[i]->udid);
if (include_usb && include_network) {
if (dev_list[i]->conn_type == CONNECTION_NETWORK) {
- printf(" (network)");
+ printf(" (Network)");
} else {
printf(" (USB)");
}