Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-08-21 15:26:24 +0200
committerLevente Polyak <anthraxx@archlinux.org>2022-08-23 20:23:22 +0200
commitb9dadc55760642ac4e8ac9766cf832cc38015923 (patch)
tree6155aa3c6f2037039236f3db82dd88ced57d87cf /doc
parent6bd7e70e68da70162fd7877949251101036b39e0 (diff)
diffpkg: allow to choose between unified context and two columns
Diffstat (limited to 'doc')
-rw-r--r--doc/man/diffpkg.1.asciidoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/man/diffpkg.1.asciidoc b/doc/man/diffpkg.1.asciidoc
index 48722a9..622771a 100644
--- a/doc/man/diffpkg.1.asciidoc
+++ b/doc/man/diffpkg.1.asciidoc
@@ -36,6 +36,15 @@ Options
*-h, --help*::
Show a help text
+Output Options
+--------------
+
+*-u, -U, --unified*::
+ Output 3 lines of unified context
+
+*-y, --side-by-side*::
+ Output in two columns
+
Modes
-----