From 41d8ad2b869de27cfb9587b4a00ffdd662eb7fea Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 7 Apr 2018 17:20:00 -0700 Subject: [PATCH] Formatting: add semi-colons to capp/main.j --- Tools/capp/main.j | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tools/capp/main.j b/Tools/capp/main.j index eb17585d5..d563c98e0 100644 --- a/Tools/capp/main.j +++ b/Tools/capp/main.j @@ -46,14 +46,14 @@ function printUsage() print(" -l Same as --symlink --build, symlinks $CAPP_BUILD Frameworks into your project"); print(" -t, --template NAME Specify the template name to use (see `capp gen --list-templates`)"); print(" -f, --frameworks Copy/symlink *only* the Frameworks directory to a new or existing project"); - print(" -F, --framework NAME Additional framework to copy/symlink (default: Objective-J, Foundation, AppKit)") - print(" -T, --theme NAME Additional Theme to copy/symlink into Resource (default: nothing)") + print(" -F, --framework NAME Additional framework to copy/symlink (default: Objective-J, Foundation, AppKit)"); + print(" -T, --theme NAME Additional Theme to copy/symlink into Resource (default: nothing)"); print(" --force Overwrite Frameworks directory if it already exists"); print(" --symlink Symlink the source Frameworks directory to the project, don't copy"); print(" --build Copy/symlink the Frameworks directory files from your $CAPP_BUILD directory"); print(" --noconfig Use the default configuration when replacing template variables"); print(""); - print(" Without -l or --build, frameworks from your narwhal installation are copied/symlinked") + print(" Without -l or --build, frameworks from your narwhal installation are copied/symlinked"); print(""); print(" gen --list-templates List the template names available for use with `capp gen -t/--template`"); print(" gen --list-frameworks List the framework names available for use with `capp gen -F/--framework`");