Skip to content

Commit

Permalink
docs: highlight "-allow-root" (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmadan86 authored and sheerun committed Mar 28, 2018
1 parent 74af42c commit dd19baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/rootCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sudo, please spend a few minutes learning more about how your system should work
make any necessary repairs.\n\n\
http://www.joyent.com/blog/installing-node-and-npm\n\
https://gist.github.com/isaacs/579814\n\n\
You can however run a command with sudo using --allow-root option';
You can however run a command with sudo using "--allow-root" option';

if (isRoot()) {
var cli = require('./cli');
Expand Down

0 comments on commit dd19baf

Please sign in to comment.