freebsd-ports/astro/rmap/files/patch-aa
Will Andrews 48f4fbc5f8 Add rmap, a neat program that generates an image of the Earth at a specific
location in the world (based on longitude and latitude).

PR:		17676
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-07-02 07:22:55 +00:00

11 lines
645 B
Text

--- main.c.orig Tue Mar 28 17:01:17 2000
+++ main.c Thu Mar 30 02:43:08 2000
@@ -154,7 +154,7 @@
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");