libbitcoin / libbitcoin-explorer

Bitcoin Command Line Tool
Other
600 stars 176 forks source link

Funky qrcode help output (Windows). #656

Open evoskuil opened 4 years ago

evoskuil commented 4 years ago
bx qrcode -h

 U s a g e :   b x   q r c o d e   [ - h i p ]   [ - - c o n f i g   v a l u e ]   [ - - d e n s i t y   v a l u e ]   [ - - m o d u l e _ s i z e
 v a l u e ]   [ - - m a r g i n _ s i z e   v a l u e ]   [ - - s c h e m e   v a l u e ]   [ - - v e r s i o n   v a l u e ]
 P A Y M E N T _ A D D R E S S

 I n f o :   C r e a t e   a   Q R C O D E   i m a g e   f i l e   f o r   a   p a y m e n t   a d d r e s s .

 O p t i o n s   ( n a m e d ) :

 - c   [ - - c o n f i g ]                 T h e   p a t h   t o   t h e   c o n f i g u r a t i o n   s e t t i n g s   f i l e .
 - d   [ - - d e n s i t y ]               T h e   p i x e l s   p e r   i n c h   o f   t h e   Q R C O D E ,   d e f a u l t s   t o   7 2 .
 - h   [ - - h e l p ]                     G e t   a   d e s c r i p t i o n   a n d   i n s t r u c t i o n s   f o r   t h i s   c o m m a n d .
 - i   [ - - i n s e n s i t i v e ]       D o   n o t   u s e   c a s e   s e n s i t i v i t y .
 - m   [ - - m o d u l e _ s i z e ]       T h e   m o d u l e   s i z e   i n   p i x e l s   o f   t h e   Q R C O D E ,   d e f a u l t s   t o
                                           8 .
 - p   [ - - p n g ]                       W r i t e   t h e   Q R C O D E   i n   P N G   f i l e   f o r m a t .
 - r   [ - - m a r g i n _ s i z e ]       T h e   m a r g i n   s i z e   i n   p i x e l s   o f   t h e   Q R C O D E ,   d e f a u l t s   t o
                                           2 .
 - s   [ - - s c h e m e ]                 T h e   U R I   s c h e m e   o f   t h e   Q R C O D E   d a t a ,   d e f a u l t s   t o
                                           b i t c o i n .
 - v   [ - - v e r s i o n ]               T h e   v e r s i o n   o f   t h e   Q R C O D E .

 A r g u m e n t s   ( p o s i t i o n a l ) :

 P A Y M E N T _ A D D R E S S             T h e   p a y m e n t   a d d r e s s .   I f   n o t   s p e c i f i e d   t h e   a d d r e s s   i s
                                           r e a d   f r o m   S T D I N .
evoskuil commented 3 years ago

This may be the result of the source file not being UTF-8 encoded, something which must be specified.