Skip to content

Commit 6553c0b

Browse files
author
Gustaf Haglund
committed
Usage cleanup
1 parent 412304e commit 6553c0b

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

printfiles/gplv3.ps

272 KB
Binary file not shown.
Binary file not shown.

readme

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Gurich is a free software printer driver for Ricoh SP112.
1+
Gurich is a free printer driver for Ricoh SP112.
22

33
In order to install this driver, please see the INSTALL file.
44
Contributions to this project is welcome, but please follow the code style used in this driver.
@@ -21,7 +21,7 @@ You will store usually postscript files in printfiles/ and then let the driver d
2121
PDFs work, too.
2222

2323
An example for printing:
24-
$ ./bin/gurich -p printfiles/why-open-source-misses-the-point-of-free-software.ps 600 1 A4
24+
$ ./bin/gurich -p printfiles/gplv3.ps 600 1 A4
2525

2626
For other use cases, e.g seeing how much toner is left:
2727

@@ -36,7 +36,6 @@ $ ./bin/gurich -h
3636
print: ./bin/gurich -p [ps/pdf file, resolution (600|1200), copies, paper type (A4 is tested)]
3737
status: ./bin/gurich -s
3838
testpage: ./bin/gurich -t
39-
cups filter: ./bin/gurich -c [filter arguments] (wrapper for -p, does the same job)
4039

4140
You might need to make a rule for udev in order to avoid running gurich with root privileges.
4241

src/gurich.c

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ static void display_usage(const char * exec, bool cpr)
4646
printf("print: %s -p [ps/pdf file, resolution (600|1200), copies, paper type (A4 is tested)]\n", exec);
4747
printf("status: %s -s\n", exec);
4848
printf("testpage: %s -t\n", exec);
49-
printf("cups filter: %s -c [filter arguments] (wrapper for -p, does the same job)\n", exec);
5049

5150
if (cpr) {
5251
puts("\nCopyright (c) 2016, 2017 Gustaf Haglund\n");

0 commit comments

Comments
 (0)