Skip to content

Commit

Permalink
feat(indent): changes the indent character
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 8, 2015
1 parent 874ac5a commit 83dd4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function showHelp (options) {
pkgInfo += '@' + pkg.version
}
if (pkg.description) {
pkgInfo += '\n' + wrap(pkg.description, { width: 60, indent: ' - ' })
pkgInfo += '\n' + wrap(pkg.description, { width: 60, indent: ' > ' })
}
}

Expand Down

0 comments on commit 83dd4ea

Please sign in to comment.