diff options
author | 2023-08-13 18:21:04 +0200 | |
---|---|---|
committer | 2025-09-24 15:55:47 +0200 | |
commit | 784c98dd4064bbbc621ea85d9f3e3a703f6e78d2 (patch) | |
tree | d6d404cc5a1eb5b44daef7d51cea95bfcc4676eb /src | |
parent | bbf2838a474c287e28ed6d348ee252ddaeb9aab0 (diff) | |
download | ifuse-784c98dd4064bbbc621ea85d9f3e3a703f6e78d2.tar.gz ifuse-784c98dd4064bbbc621ea85d9f3e3a703f6e78d2.tar.bz2 |
Indicate that usbmuxd is a runtime dependency
Fixes #91
Diffstat (limited to 'src')
-rw-r--r-- | src/ifuse.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ifuse.c b/src/ifuse.c index 7a76db5..02b74d1 100644 --- a/src/ifuse.c +++ b/src/ifuse.c @@ -807,9 +807,7 @@ int main(int argc, char *argv[]) } else { printf("ERROR: No device found!\n"); } - fprintf(stderr, "Is the device properly connected?\n"); - fprintf(stderr, "If it is make sure that your user has permissions to access the raw USB device.\n"); - fprintf(stderr, "If you're still having issues try unplugging the device and reconnecting it.\n"); + fprintf(stderr, "Ensure that the device is connected and usbmuxd is properly installed.\n"); return EXIT_FAILURE; } |