Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2005/1214/3

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


@1134558060.0
 [rsc] --rw-rw-r-- M 257414 glenda sys 4137 Dec 14 05:51 sys/src/cmd/crop.c
	/n/sourcesdump/2005/1214/plan9/sys/src/cmd/crop.c:16,24 - 
	/n/sourcesdump/2005/1215/plan9/sys/src/cmd/crop.c:16,24
	  void
	  usage(void)
	  {
	- 	fprint(2, "usage: crop [-c rgb] [-i ±inset | -r R | -x ±inset | -y ±inset] [-t tx ty] [-b rgb ] [imagefile]\n");
	- 	fprint(2, "\twhere R is a rectangle minx miny maxx maxy\n");
	- 	fprint(2, "\twhere rgb is a color red green blue\n");
	+ 	fprint(2, "usage: crop [-b rgb] [-c rgb] [-i ±inset | -r R | -x ±inset | -y ±inset] [-t tx ty] [imagefile]\n");
	+ 	fprint(2, "\twhere R is a rectangle: minx miny maxx maxy\n");
	+ 	fprint(2, "\twhere rgb is a color: red green blue\n");
	  	exits("usage");
	  }
	  


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.