From 6948e57295bfe44f15a1a238756c008aef6bad7b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 6 Jul 2022 21:36:40 -0500 Subject: Fix spacing --- README.md | 68 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 0e71ae5..0388017 100644 --- a/README.md +++ b/README.md @@ -14,48 +14,48 @@ literally taken from `licensor -h`: ``` licensor: easily provide a license for a project -USAGE: licensor [-h|-l|-L] +USAGE: licensor [-h|-l|-L] licensor -s QUERY licensor [FLAGS] [OPTIONS] [LICENSE] FLAGS: --h Display this help and exit. --l List available licenses and exit. --L List available licenses, disregarding cache. -This flag will re-download the license repo. - --f Overwrite existing license. --q Be quiet (don't log anything). --z Fold output to 70 characters (see -w). --Z Disable folding of output. --p Include "optional" license content. --P Don't include "optional" content. +-h Display this help and exit. +-l List available licenses and exit. +-L List available licenses, disregarding cache. + This flag will re-download the license repo. + +-f Overwrite existing license. +-q Be quiet (don't log anything). +-z Fold output to 70 characters (see -w). +-Z Disable folding of output. +-p Include "optional" license content. +-P Don't include "optional" content. OPTIONS: --s QUERY Search for a license matching QUERY. -Only license titles are searched. - --y YEARS Set copyright date(s) to YEARS. -Default: $(date +%Y). --a AUTHORS Set copyright holder(s) to AUTHOR. -Default: use the first of -- git config --get user.name - - getent password $USER - - $USER - -e EMAILS Set AUTHOR's EMAIL address. - Default: $(git config --get user.email), - or stay blank. - -c COPYRIGHT Set the entire COPYRIGHT string to print. - By default, it's built from the above information: - "Copyright (C) ". - -w WIDTH Fold the output to WIDTH characters. - Default: 70. - -o FILE Output the fetched license to FILE. - Default: $PWD/COPYING. +-s QUERY Search for a license matching QUERY. + Only license titles are searched. + +-y YEARS Set copyright date(s) to YEARS. + Default: $(date +%Y). +-a AUTHORS Set copyright holder(s) to AUTHOR. + Default: use the first of + - git config --get user.name + - getent password $USER + - $USER + -e EMAILS Set AUTHOR's EMAIL address. + Default: $(git config --get user.email), + or stay blank. + -c COPYRIGHT Set the entire COPYRIGHT string to print. + By default, it's built from the above information: + "Copyright (C) ". + -w WIDTH Fold the output to WIDTH characters. + Default: 70. + -o FILE Output the fetched license to FILE. + Default: $PWD/COPYING. PARAMETERS: - LICENSE The license to use. - Default: MIT. + LICENSE The license to use. + Default: MIT. ``` You can use an output file of `-` (i.e., `licensor -o-`) to print the license to -- cgit 1.4.1-21-gabe81