From 84437181eef1b9e99899772f6a6d1324ff780802 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 18 Oct 2017 10:40:53 -0700 Subject: [PATCH] Correct README --help argument This needs dashes, if you run it without it XcodeGen does print some help but only because the command failed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ac6b6dc..9e043f90 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ $ xcodegen This will look for a project spec in the current directory called `project.yml` -Use `xcodegen help` to see the list of options: +Use `xcodegen --help` to see the list of options: - **--spec**: An optional path to a `.yml` or `.json` project spec - **--project**: An optional path to a directory where the project will be generated. By default this is the current directory