From 7a7a04d56a61f7c6dfbce7364db8459c446a13bc Mon Sep 17 00:00:00 2001 From: Jan Visser Date: Fri, 6 Nov 2015 14:53:28 +0100 Subject: [PATCH] Fix error in usage example Removed "--target" in example and add quotes to make sure the shell interpreter does not try to interpret certain characters like ? or & in the url --- usage.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usage.txt b/usage.txt index b5aebea..c2f4511 100644 --- a/usage.txt +++ b/usage.txt @@ -8,7 +8,7 @@ platform all, or one or more of: linux, win32, darwin (comma-delimited arch all, ia32, x64 version see https://github.com/atom/electron/releases -Example nativefier Messenger --target=http://messenger.com --platform=darwin --arch=x64 --version=0.28.2 +Example nativefier Messenger "http://messenger.com" --platform=darwin --arch=x64 --version=0.28.2 Optional options @@ -37,4 +37,4 @@ version-string should contain a hash of the application metadata to be embed - InternalName badge if the target app should show badges in the OSX dock on receipt of desktop notifications width window width (default=1280) -height window height (default=800) \ No newline at end of file +height window height (default=800)