From 5d13ccf4fa12b9241afccfca1138e593ec9eb455 Mon Sep 17 00:00:00 2001 From: FujiApple Date: Mon, 14 Oct 2024 21:48:24 +0800 Subject: [PATCH] doc: fix minor formatting issue in `CHANGELOG.md` --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e439162..31d0cbf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -290,8 +290,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Reorder the cli flags in the help output ([#163](https://github.com/fujiapple852/trippy/issues/163)) - Change short alias for flag `max_round_duration` from `-I` to `-T` ([1](https://github.com/fujiapple852/trippy/commit/15978b0909139bb2b38baa4c6f6ca969c818fc75)) -- Added short cli flags for `source-port` (`-S`), `first-ttl` (`-f`) - and `tui-max-addrs` (`-M`) ([1](https://github.com/fujiapple852/trippy/commit/6a6a490174582c8500972b89407ba8d694c4c6fa)) +- Added short cli flags for `source-port` (`-S`), `first-ttl` (`-f`) and `tui-max-addrs` ( + `-M`) ([1](https://github.com/fujiapple852/trippy/commit/6a6a490174582c8500972b89407ba8d694c4c6fa)) ### Fixed