diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2016-11-21 22:06:34 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-26 11:47:24 +0700 |
commit | eaaab2a914a691f68c330b14f6db9d48e26732f9 (patch) | |
tree | 1b590c3dce576b13d118450c0e23ba398a6deee0 /system/unar/document-undocumented-options.patch | |
parent | 63a594a9200d9cfc70b5de30931fa81e677ee3b7 (diff) |
system/unar: Added (tools to list and extract archive file contents)
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/unar/document-undocumented-options.patch')
-rw-r--r-- | system/unar/document-undocumented-options.patch | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/system/unar/document-undocumented-options.patch b/system/unar/document-undocumented-options.patch new file mode 100644 index 0000000000000..3e7a5342f5071 --- /dev/null +++ b/system/unar/document-undocumented-options.patch @@ -0,0 +1,45 @@ +Description: Document undocumented options + lsar's -L and -v options and unar's -v option are not documented in + their respective manual pages, so do so. +Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/unar/+bug/1393321 +Bug: https://code.google.com/p/theunarchiver/issues/detail?id=352 +Author: Matt Kraai <kraai@ftbfs.org> +Last-Update: 2014-12-15 + +Index: unar/Extra/lsar.1 +=================================================================== +--- unar.orig/Extra/lsar.1 2014-12-15 07:00:54.285823351 -0800 ++++ unar/Extra/lsar.1 2014-12-15 07:01:24.095917401 -0800 +@@ -11,6 +11,9 @@ + .BR \-l ", " \-long + Print more information about each file in the archive. + .TP ++.BR \-L ", " \-verylong ++Print all available information about each file in the archive. ++.TP + .BR \-t ", " \-test + Test the integrity of the files in the archive, if possible. + .TP +@@ -49,5 +52,8 @@ + .TP + .BR \-h ", " \-help + Display help information. ++.TP ++.BR \-v ", " \-version ++Print version and exit. + .SH SEE ALSO + .BR unar (1) +Index: unar/Extra/unar.1 +=================================================================== +--- unar.orig/Extra/unar.1 2014-12-15 07:00:54.285823351 -0800 ++++ unar/Extra/unar.1 2014-12-15 07:01:24.095917401 -0800 +@@ -68,6 +68,9 @@ + .BR \-q ", " \-quiet + Run in quiet mode. + .TP ++.BR \-v ", " \-version ++Print version and exit. ++.TP + .BR \-h ", " \-help + Display help information. + .SH SEE ALSO |