mirror of
https://github.com/chubin/wttr.in
synced 2024-11-15 00:27:09 +00:00
removed ? before options in help.txt
This commit is contained in:
parent
c6af7b6844
commit
8607e8ce0e
1 changed files with 12 additions and 12 deletions
|
@ -20,25 +20,25 @@ Special locations:
|
|||
|
||||
Units:
|
||||
|
||||
?m # metric (SI) (used by default everywhere except US)
|
||||
?u # USCS (used by default in US)
|
||||
?M # show wind speed in m/s
|
||||
m # metric (SI) (used by default everywhere except US)
|
||||
u # USCS (used by default in US)
|
||||
M # show wind speed in m/s
|
||||
|
||||
View options:
|
||||
|
||||
?0 # only current weather
|
||||
?1 # current weather + 1 day
|
||||
?2 # current weather + 2 days
|
||||
?n # narrow version (only day and night)
|
||||
?q # quiet version (no "Weather report" text)
|
||||
?Q # superquiet version (no "Weather report", no city name)
|
||||
?T # switch terminal sequences off (no colors)
|
||||
0 # only current weather
|
||||
1 # current weather + 1 day
|
||||
2 # current weather + 2 days
|
||||
n # narrow version (only day and night)
|
||||
q # quiet version (no "Weather report" text)
|
||||
Q # superquiet version (no "Weather report", no city name)
|
||||
T # switch terminal sequences off (no colors)
|
||||
|
||||
PNG options:
|
||||
|
||||
/paris.png # generate a PNG file
|
||||
?p # add frame around the output
|
||||
?t # transparency 150
|
||||
p # add frame around the output
|
||||
t # transparency 150
|
||||
transparency=... # transparency from 0 to 255 (255 = not transparent)
|
||||
|
||||
Options can be combined:
|
||||
|
|
Loading…
Reference in a new issue