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:
|
Units:
|
||||||
|
|
||||||
?m # metric (SI) (used by default everywhere except US)
|
m # metric (SI) (used by default everywhere except US)
|
||||||
?u # USCS (used by default in US)
|
u # USCS (used by default in US)
|
||||||
?M # show wind speed in m/s
|
M # show wind speed in m/s
|
||||||
|
|
||||||
View options:
|
View options:
|
||||||
|
|
||||||
?0 # only current weather
|
0 # only current weather
|
||||||
?1 # current weather + 1 day
|
1 # current weather + 1 day
|
||||||
?2 # current weather + 2 days
|
2 # current weather + 2 days
|
||||||
?n # narrow version (only day and night)
|
n # narrow version (only day and night)
|
||||||
?q # quiet version (no "Weather report" text)
|
q # quiet version (no "Weather report" text)
|
||||||
?Q # superquiet version (no "Weather report", no city name)
|
Q # superquiet version (no "Weather report", no city name)
|
||||||
?T # switch terminal sequences off (no colors)
|
T # switch terminal sequences off (no colors)
|
||||||
|
|
||||||
PNG options:
|
PNG options:
|
||||||
|
|
||||||
/paris.png # generate a PNG file
|
/paris.png # generate a PNG file
|
||||||
?p # add frame around the output
|
p # add frame around the output
|
||||||
?t # transparency 150
|
t # transparency 150
|
||||||
transparency=... # transparency from 0 to 255 (255 = not transparent)
|
transparency=... # transparency from 0 to 255 (255 = not transparent)
|
||||||
|
|
||||||
Options can be combined:
|
Options can be combined:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue