From d5c6f7c8efa0481a2b89c9ce72f558264cd8f412 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Sun, 31 Mar 2019 17:28:10 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc3372b..600a87e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,8 @@ Here's what's happening: Compound arguments are optional arguments that are combined and provided as a single argument. Example: ```ps -aux``` -Here are three optional arguments ```-a```, ```-b``` and ```-c```. ```-c``` requires 2 floating point numbers from the command-line. ```-a``` and ```-b``` are toggle arguments. +* Here are three optional arguments ```-a```, ```-b``` and ```-c```. +* ```-c``` requires 2 floating point numbers from the command-line. ```-a``` and ```-b``` are toggle arguments. ```cpp argparse::ArgumentParser program("test");