Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
cadorn committed Oct 19, 2012
1 parent 8972a6f commit 9b7fa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/edit.js
Expand Up @@ -8,7 +8,7 @@ var TERM = require("sourcemint-util-js/lib/term");

var command = exports["edit"] = new ARGS_PARSER();

command.help("Setup a \0blue(\0bold(dependency\0)\0) (see `sm status`) package for editing (similar to `npm link` but local).");
command.help("Setup a dependency (see `sm status -ai`) package for editing.");
command.arg("DEPENDENCY");
command.arg("SOURCE_URI").optional();
command.option("-v", "--verbose").bool().help("Show verbose progress.");
Expand Down

0 comments on commit 9b7fa5f

Please sign in to comment.