Skip to content

Commit cdd500f

Browse files
committed
📝 README: help msg
1 parent a47680e commit cdd500f

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ python -m pip install badapple
1616
python -m badapple
1717
```
1818

19-
##### Help message
19+
##### Help Message
2020

2121
```markdown
2222
usage: badapple [options] ...
2323

24-
BadApple-Python-OS-ISA-v0.0.3
24+
BadApple-Python-OS-ISA-v0.0.4
2525

2626
options:
2727
-h, --help show this help message and exit
@@ -33,7 +33,7 @@ options:
3333
--font FONT font data file
3434
--audio AUDIO audio file (use _BA_WAV, _BA_MP3 or _BA_MP4 to load built-in audio)
3535
--audio_player AUDIO_PLAYER
36-
audio player [auto ffplay mpv vlc mpg123 cmus simpleaudio pyaudio playsound pydub]
36+
audio player [ffplay mpv vlc mpg123 cmus simpleaudio pyaudio playsound pydub auto]
3737
-s SCALE, --scale SCALE
3838
width:height
3939
-r RATE, --rate RATE frame rate

README.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,31 @@ Run
1717
.. code-block:: shell
1818
python -m badapple
1919
20-
Help message
20+
Help Message
2121
------------
2222

2323
.. code-block:: md
2424
usage: badapple [options] ...
2525
26-
BadApple-Python-OS-ISA-v0.0.3
26+
BadApple-Python-OS-ISA-v0.0.4
2727
2828
options:
29-
-h, --help show this help message and exit
30-
--help_audio show avaliable players
31-
-i INPUT, --input INPUT
29+
-h, --help show this help message and exit
30+
--help_audio show avaliable players
31+
-i INPUT, --input INPUT
3232
video file (use _BA_MP4 or _BA_BA to load built-in video)
33-
-o OUTPUT, --output OUTPUT
33+
-o OUTPUT, --output OUTPUT
3434
preload output file
35-
--font FONT font data file
36-
--audio AUDIO audio file (use _BA_WAV, _BA_MP3 or _BA_MP4 to load built-in audio)
37-
--audio_player AUDIO_PLAYER
38-
audio player [auto avplay mpv vlc mpg123 cmus simpleaudio pyaudio playsound pydub]
39-
-s SCALE, --scale SCALE
35+
--font FONT font data file
36+
--audio AUDIO audio file (use _BA_WAV, _BA_MP3 or _BA_MP4 to load built-in audio)
37+
--audio_player AUDIO_PLAYER
38+
audio player [ffplay mpv vlc mpg123 cmus simpleaudio pyaudio playsound pydub auto]
39+
-s SCALE, --scale SCALE
4040
width:height
41-
-r RATE, --rate RATE frame rate
42-
--not_clear not clear screen (with ANSI) before each frame
43-
--contrast contrast enhancement
44-
--preload preload video (not play)
45-
--debug debug
41+
-r RATE, --rate RATE frame rate
42+
--not_clear not clear screen (with ANSI) before each frame
43+
--contrast contrast enhancement
44+
--preload preload video (not play)
45+
--debug debug
4646
4747
[ba]: https://www.youtube.com/watch?v=FtutLA63Cp8

0 commit comments

Comments
 (0)