format patches
This commit is contained in:
parent
45cdb10090
commit
51c56a0e8b
|
@ -1,11 +1,18 @@
|
||||||
Description: simply spawn 'man marked' instead of trying to locate marked.1
|
From: =?utf-8?b?SsOpcsOpbXkgTGFs?= <kapouer@melix.org>
|
||||||
|
Date: Mon, 27 Jun 2022 15:38:34 +0800
|
||||||
|
Subject: simply spawn 'man marked' instead of trying to locate marked.1
|
||||||
|
|
||||||
Forwarded: not-needed
|
Forwarded: not-needed
|
||||||
Author: Jérémy Lal <kapouer@melix.org>
|
|
||||||
Last-Update: 2012-03-15
|
Last-Update: 2012-03-15
|
||||||
Index: node-marked/bin/marked
|
|
||||||
===================================================================
|
===================================================================
|
||||||
--- node-marked.orig/bin/marked
|
---
|
||||||
+++ node-marked/bin/marked
|
bin/marked | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/bin/marked b/bin/marked
|
||||||
|
index 09e5594..7eb5222 100755
|
||||||
|
--- a/bin/marked
|
||||||
|
+++ b/bin/marked
|
||||||
@@ -23,7 +23,7 @@ function help() {
|
@@ -23,7 +23,7 @@ function help() {
|
||||||
stdio: 'inherit'
|
stdio: 'inherit'
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue