diff --git a/README.md b/README.md index f3397ab..fbe9ce9 100644 --- a/README.md +++ b/README.md @@ -143,15 +143,16 @@ Yeah, that's it. If you have something you'd like to tweak about lowfi, you use additional flags which slightly tweak the UI or behaviour of the menu. The flags can be viewed with `lowfi help`. -| Flag | Function | -| ------------------------------- | ---------------------------------------------- | -| `-a`, `--alternate` | Use an alternate terminal screen | -| `-m`, `--minimalist` | Hide the bottom control bar | -| `-b`, `--borderless` | Exclude borders in UI | -| `-p`, `--paused` | Start lowfi paused | -| `-d`, `--debug` | Include ALSA & other logs | -| `-w`, `--width ` | Width of the player, from 0 to 32 [default: 3] | -| `-t`, `--tracklist ` | Use a [custom track list](#custom-track-lists) | +| Flag | Function | +| ---------------------------------- | ---------------------------------------------- | +| `-a`, `--alternate` | Use an alternate terminal screen | +| `-m`, `--minimalist` | Hide the bottom control bar | +| `-b`, `--borderless` | Exclude borders in UI | +| `-p`, `--paused` | Start lowfi paused | +| `-d`, `--debug` | Include ALSA & other logs | +| `-w`, `--width ` | Width of the player, from 0 to 32 [default: 3] | +| `-t`, `--track-list ` | Use a [custom track list](#custom-track-lists) | +| `-s`, `--buffer-size , - /// Song buffer size. + /// Internal song buffer size. #[clap(long, short = 's', alias = "buffer", default_value_t = 5)] buffer_size: usize,