From b56d12a5cecef600ff1e2d7934a5417e696c3a7d Mon Sep 17 00:00:00 2001 From: Jared Date: Mon, 6 Feb 2017 18:53:41 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6edde68..25eb642 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ If you select yes, all files in the same directory as the script file will be in You can set a custom icon for your EXE by putting the ICO file in the same directory as your script and choosing yes to embed files. Make sure there aren't other files in the script's directory if you don't want to embed them! ### Command Line Arguments: -Syntax: make-exe.exe [-file ] [-silent] [-embed] +Syntax: make-exe.exe [-file (path)] [-silent] [-embed] -Options: - -file The full path to the PS1 or BAT file to be packaged. Use quotes if there are spaces. - -silent Silently package without any prompts. - -embed Used with silent option to embed sibling files. \ No newline at end of file +Options:
+ -file The full path to the PS1 or BAT file to be packaged. Use quotes if there are spaces.
+ -silent Silently package without any prompts.
+ -embed Used with silent option to embed sibling files.