From 0f580efb2b7433e58887ec3dff61a35beea45d89 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 5 Jan 2016 09:38:42 -0500 Subject: [PATCH] Mention ANALYZE command in man page. --- src/use.txt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/use.txt b/src/use.txt index bac8c24..56f16a8 100644 --- a/src/use.txt +++ b/src/use.txt @@ -2,23 +2,25 @@ Usage: hackmyresume [TO ] [-t ] [-f ] - should be BUILD, NEW, CONVERT, VALIDATE, or HELP. should -be the path to one or more FRESH or JSON Resume format resumes. -should be the name of the destination resume to be created, if any. The - parameter should be the name of a predefined theme (for example: -COMPACT, MINIMIST, MODERN, or HELLO-WORLD) or the relative path to a custom -theme. should be either FRESH (for a FRESH-format resume) or JRS -(for a JSON Resume-format resume). + should be BUILD, NEW, CONVERT, VALIDATE, ANALYZE or HELP. +should be the path to one or more FRESH or JSON Resume format resumes. +should be the name of the destination resume to be created, if any. The +parameter should be the name of a predefined theme (for example: COMPACT, +MINIMIST, MODERN, or HELLO-WORLD) or the relative path to a custom theme. + should be either FRESH (for a FRESH-format resume) or JRS (for a JSON +Resume-format resume). hackmyresume BUILD resume.json TO out/resume.all hackmyresume NEW resume.json hackmyresume CONVERT resume.json TO resume-jrs.json + hackmyresume ANALYZE resume.json hackmyresume VALIDATE resume.json Both SOURCES and TARGETS can accept multiple files: hackmyresume BUILD r1.json r2.json TO out/resume.all out2/resume.html hackmyresume NEW r1.json r2.json r3.json + hackmyresume ANALYZE r1.json r2.json r3.json hackmyresume VALIDATE resume.json resume2.json resume3.json See https://github.com/hacksalot/hackmyresume/blob/master/README.md for more