#! /bin/sh /usr/share/dpatch/dpatch-run ## 90-usage.dpatch by Andreas Putzo ## ## DP: Correct usage() output. @DPATCH@ diff -urNad gpsdrive-2.10~pre4~/src/gpsdrive.c gpsdrive-2.10~pre4/src/gpsdrive.c --- gpsdrive-2.10~pre4~/src/gpsdrive.c 2007-12-18 22:08:34.000000000 +0000 +++ gpsdrive-2.10~pre4/src/gpsdrive.c 2007-12-18 22:09:55.000000000 +0000 @@ -2738,30 +2738,27 @@ _("-D X set debug Level to X\n"), _("-T do some internal unit Tests(don't start gpsdrive)\n"), _("-e use Festival-Lite (flite) for speech output\n"), - _("-o serial device, pty master, or file for NMEA *output*\n"), - _("-f X Select friends server, X is i.e. friendsd.gpsdrive.de\n"), + _("-o thing serial device, pty master, or file for NMEA *output*\n"), + _("-f server Select friends server, X is i.e. friendsd.gpsdrive.de\n"), #ifdef DBUS_ENABLE _("-X Use DBUS for communication with gpsd. This disables serial and socket communication\n"), #endif - _("-l LANG Select language of the voice,\n" - " LANG may be english, spanish or german\n"), - _("-s HEIGHT set height of the screen, if autodetection\n" - " don't satisfy you, X is i.e. 768,600,480,200\n"), - _("-r WIDTH set width of the screen, only with -s\n"), + _("-l lang. Select language of the voice,\n" + " language may be 'english', 'spanish' or 'german'\n"), + _("-g geom. set window geometry, e.g. 800x600\n"), _("-1 have only 1 button mouse, for example using touchscreen\n"), _("-a display APM Stuff ( battery status, Temperature)\n"), _("-b Server Servername for NMEA server (if gpsd runs on another host)\n"), _("-c WP set start position in simulation mode to waypoint name WP\n"), - _("-x create separate window for menu\n"), - _("-M mode set guimode to desktop, pda or car\n"), + _("-M mode set GUI mode; mode may be 'desktop' (default), 'pda' or 'car'\n"), _("-i ignore NMEA checksum (risky, only for broken GPS receivers\n"), _("-q disable SQL support\n"), _("-F force display of position even it is invalid\n"), _("-S don't show splash screen\n"), - _("-P start in Pos Mode\n"), + _("-P start in Position Mode\n"), _("-W x set x to 1 to switch WAAS/EGNOS on, set to 0 to switch off\n"), _("-H ALT correct altitude, adding this value (ALT) to altitude\n"), - _("-C file set config file (--config-file)\n")); + _("-C file set config file (--config-file)\n")); }