From f8ebbbebf03ffcd8554414412ed71337960b1e1e Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 2 Feb 2022 08:23:33 +0500 Subject: [PATCH] Main: document default packages in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ab1af3..951789a 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ stable options. All packages all included by default. To exclude all packages except those explicitly included, use `--without-all`. -* `--with[out]-cmdline` -* `--with[out]-ntoa` -* `--with[out]-printf` +* `--with[out]-cmdline` - command line parser +* `--with[out]-ntoa` - itoa/ftoa +* `--with[out]-printf` - printf