1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/astro/rmap/files/patch-main.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

12 lines
654 B
C

--- main.c.orig 2000-03-28 16:01:17 UTC
+++ main.c
@@ -154,7 +154,7 @@ int main (int argc, char **argv) {
case 'h':
printf("Usage: rmap [--zoom=VALUE] [--xrot=VALUE] [--yrot=VALUE] [--zrot=VALUE]\n");
printf(" [--datafile=FILENAME] [--continent=LIST] [--category=LIST]\n");
- printf(" [--outfile=FILENAME] [--height=PIXLES] [--width=PIXLES]\n");
+ printf(" [--outfile=FILENAME] [--height=PIXELS] [--width=PIXELS]\n");
printf(" [--colorfile=FILENAME] [--nogridlines] [--cities] [-h] [-v]\n");
printf("\n");
printf("\t--zoom=<value> Zoom Value, 1=whole earth\n");