remove the --app option from the default_app documentation

This commit is contained in:
Jan Wiemers 2015-10-08 09:23:24 +02:00
parent c7dc901607
commit 1a55cd3efe

View file

@ -58,7 +58,7 @@
<body>
<script>
var execPath = require('remote').process.execPath;
var command = execPath + '--app=path-to-your-app';
var command = execPath + ' path-to-your-app';
document.onclick = function(e) {
e.preventDefault();