Skip to content

Commit

Permalink
Minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
NAmorim committed Sep 29, 2021
1 parent 998e376 commit 664db48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Launch-Scripts/launch-linux-mac.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
cd ..
node run
node platform
"$SHELL"
2 changes: 1 addition & 1 deletion Launch-Scripts/launch-windows.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd /d %~dp0
cd ..
cmd /k "node run"
cmd /k "node platform"
5 changes: 3 additions & 2 deletions platform.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
/*
The Superalgos Platform is a software for algo-traders:
Expand Down Expand Up @@ -25,7 +26,7 @@ if (
console.log('')
console.log('TELEGRAM COMMUNITY: https://t.me/superalgoscommunity')
console.log('')
console.log('USAGE: node runPlatform [help] [noBrowser] [minMemo]')
console.log('USAGE: node platform [help] [noBrowser] [minMemo]')
console.log('')
console.log('OPTIONS:')
console.log('')
Expand Down Expand Up @@ -112,5 +113,5 @@ function fatalErrorHelp() {
console.log('')
console.log('If you continue having trouble to start the Superalgos Platform Client try:')
console.log('')
console.log('node runPlatform minMemo noBrowser')
console.log('node platform minMemo noBrowser')
}

0 comments on commit 664db48

Please sign in to comment.