Skip to content

Commit

Permalink
Updated the usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukuchi committed May 4, 2015
1 parent 3035b5e commit 5eada2e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions qrencode.1.in
Expand Up @@ -23,6 +23,9 @@ display help message.
.B \-o FILENAME, \-\-output=FILENAME
write image to FILENAME. If '\-' is specified, the result will be output to standard output. If \-S is given, structured symbols are written to FILENAME-01.png, FILENAME-02.png, ... (suffix is removed from FILENAME, if specified)
.TP
.B \-r FILENAME, \-\-read\-from=FILENAME
read input data from FILENAME.
.TP
.B \-s NUMBER, \-\-size=NUMBER
specify the size of dot (pixel). (default=3)
.TP
Expand Down Expand Up @@ -97,8 +100,8 @@ encode into a symbol version 1, level L.
read standard input and encode it into a structured-appended symbols in
case-insensitive mode.
.TP
.B cat bigfile.txt | qrencode \-S \-v 40 \-l L \-o output.png
encode into a symbol version 40, level L.
.B qrencode \-S \-v 40 \-l L \-r bigfile.txt \-o output.png
read input data from bigfile.txt and encode into a symbol version 40, level L.

.SH AUTHOR
Written by Kentaro Fukuchi.
Expand Down

0 comments on commit 5eada2e

Please sign in to comment.