From 5a1ec033bbcf0f9c1029d1d8fa0e65b3c802941e Mon Sep 17 00:00:00 2001 From: hacksalot Date: Fri, 22 Jan 2016 08:27:21 -0500 Subject: [PATCH] Adjust USE.txt. --opts has changed to --options and --no-tips to --tips. --- src/cli/use.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/use.txt b/src/cli/use.txt index e0c72cb..151d95a 100644 --- a/src/cli/use.txt +++ b/src/cli/use.txt @@ -15,12 +15,12 @@ Available options: --theme -t Path to a FRESH or JSON Resume theme. --pdf -p Specify the PDF engine to use (if any). - --opts -o Load options from an external JSON file. + --options -o Load options from an external JSON file. --format -f The format (FRESH or JSON Resume) to use. --debug -d Emit extended debugging info. --assert -a Treat resume validation warnings as errors. --no-colors Disable terminal colors. - --no-tips Disable theme messages and tips. + --tips Display theme messages and tips. --help -h Display help documentation. --version -v Display the current version.