Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #143 from AntonMZ/revert-1-AntonMZ-patch-1
Browse files Browse the repository at this point in the history
Remove symbols
  • Loading branch information
bookchin authored May 27, 2017
2 parents 07f5268 + e04e886 commit 74e7a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/storjshare.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const {version} = require('../package');
const {software: core, protocol} = require('storj-lib').version;

storjshare
.version(`\n * daemon: ${version}, core: ${core}, protocol: ${protocol}`)
.version(`daemon: ${version}, core: ${core}, protocol: ${protocol}`)
.command('start', 'start a farming node')
.command('stop', 'stop a farming node')
.command('restart', 'restart a farming node')
Expand Down

0 comments on commit 74e7a7a

Please sign in to comment.