From 69f957f17253179be79704aa42eb1f6ab9b9802b Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Fri, 24 Apr 2020 13:29:40 -0400 Subject: [PATCH] Improve README.md formatting --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1293467..2d549d7 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ $ fiddledl -h $ fiddledl -n NAME -i FIDDLE_ID -l LAST_REVISION [-f FIRST_REVISION] ``` -| Option | Default | Required | Documentation | -|-----------------------|---------------|-------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------| -| -h | N/A | No | Show usage. | -| -n NAME | "" | No (if not specified, only FIDDLE_ID will be used) | A friendly name to append to the result directory to assist in locating later. | -| -i FIDDLE_ID | "" | Yes | The id of the fiddle you want to download. | -| -l LAST_REVISION | null | No (if not specified, FIRST_REVISION will be ignored and only the "base" revision will be downloaded. | The last revision of the fiddle you would like to download. | -| -f FIRST_REVISION | 1 | No | The first revision of the fiddle you would like to download. | +| Option | Default | Required | Documentation | +|-----------------------|---------------|---------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------| +| -h | `N/A` | No | Show usage. | +| -n NAME | `""` | No (if not specified, only `FIDDLE_ID` will be used) | A friendly name to append to the result directory to assist in locating later. | +| -i FIDDLE_ID | `""` | Yes | The id of the fiddle you want to download. | +| -l LAST_REVISION | `null` | No (if not specified, `FIRST_REVISION` will be ignored and only the "base" revision will be downloaded. | The last revision of the fiddle you would like to download. | +| -f FIRST_REVISION | `1` | No | The first revision of the fiddle you would like to download. |