Displaying 1 result from an estimated 1 matches for "5af9083".
Did you mean:
59083
2008 Nov 22
0
[PATCH] ppmtolss color need to be quoted
...;OPTIONS"
.PP
A summary of options is included below.
-.IP "\fB\fI#rrggbb\fR=\fIi\fR\fP" 10
+.IP "\fB\fI'#rrggbb\fR=\fIi'\fR\fP" 10
Specify that the color #rrggbb (hex) should be assigned index
i (decimal).
diff --git a/utils/ppmtolss16 b/utils/ppmtolss16
index 5af9083..370ba35 100755
--- a/utils/ppmtolss16
+++ b/utils/ppmtolss16
@@ -36,9 +36,9 @@
##
## Usage:
##
-## ppmtolss16 [#rrggbb=i ...] < input.ppm > output.rle
+## ppmtolss16 ['#rrggbb=i' ...] < input.ppm > output.rle
##
-## Command line options of the form #rrggbb=i indicate that
+...