diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/idevicebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup.c b/tools/idevicebackup.c index 1eb12b0..d6380d0 100644 --- a/tools/idevicebackup.c +++ b/tools/idevicebackup.c @@ -544,7 +544,7 @@ int main(int argc, char *argv[]) afc_client_new(phone, port, &afc); } - /* start syslog_relay service and retrieve port */ + /* start mobilebackup service and retrieve port */ port = 0; ret = lockdownd_start_service(client, MOBILEBACKUP_SERVICE_NAME, &port); if ((ret == LOCKDOWN_E_SUCCESS) && port) { |