Skip to content

Commit a42413d

Browse files
authored
marked --help (#1588)
marked --help
2 parents 416003b + 3477a09 commit a42413d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/marked

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ function help() {
2323
stdio: 'inherit'
2424
};
2525

26-
spawn('man', [path.resolve(__dirname, '/../man/marked.1')], options)
26+
spawn('man', [path.resolve(__dirname, '../man/marked.1')], options)
2727
.on('error', function() {
28-
fs.readFile(path.resolve(__dirname, '/../man/marked.1.txt'), 'utf8', function(err, data) {
28+
fs.readFile(path.resolve(__dirname, '../man/marked.1.txt'), 'utf8', function(err, data) {
2929
if (err) throw err;
3030
console.log(data);
3131
});

0 commit comments

Comments
 (0)