tools/sane-find-scanner: Added a hint about switching the scanner on and connecting it to the computer before doing anything else.

merge-requests/1/head
Julien BLACHE 2004-12-29 15:39:12 +00:00
rodzic d369be08dd
commit ed5831c99f
2 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2004-12-29 Julien Blache <jb@jblache.org>
* tools/sane-find-scanner.c: Added a hint about switching the
scanner on and connecting it to the computer before doing
anything.
2004-12-26 Gerard Klaver <gerard at gkall dot hobby dot nl>
* doc/descriptions-external/hpaio.desc join two lines so html

Wyświetl plik

@ -1438,8 +1438,11 @@ main (int argc, char **argv)
}
if (verbose > 1)
printf ("This is sane-find-scanner from %s\n", PACKAGE_STRING);
if (verbose > 0)
printf ("\n");
printf ("\n # sane-find-scanner will now attempt to detect your scanner. If the"
"\n # result is different from what you expected, first make sure your"
"\n # scanner is powered up and properly connected to your computer.\n\n");
if (verbose > 1)
printf ("searching for SCSI scanners:\n");