Skip to content

Commit 5919ff7

Browse files
committed
standard
1 parent 5b37b5f commit 5919ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if (process.argv.length < 3) {
44
var version = require('./package').version
55
console.error('Smart Calculator for Nodejs supports all type of Polish notations.\n')
6-
console.error('Version: ', version,'\n')
6+
console.error('Version:', version, '\n')
77
console.error('Usage\n\n1. Command Line\n')
88
console.error(' $ scalc "your_expression"\n\n or\n')
99
console.error(' $ scalc \'your_expression\'\n\n or\n')

0 commit comments

Comments
 (0)