Skip to content

Instantly share code, notes, and snippets.

Created March 11, 2015 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/eb9665a7c85688acf897 to your computer and use it in GitHub Desktop.
Save anonymous/eb9665a7c85688acf897 to your computer and use it in GitHub Desktop.
stdin
diff --git a/global.c b/global.c
index a7e2524..4730d3d 100644
--- a/global.c
+++ b/global.c
@@ -89,7 +89,7 @@ extern int global_setup(int argc, char **argv, int *arg_start, PackageList *pkgs
"Usage: %s [-h] [-v|-vv|-vvv|-vvvv] [package...]\n"
"Where commands are:\n"
"\t-h The option -h displays help.\n"
- "\t-i Comma-separated list of ports to ignore\n"
+ "\t-i Comma-separated list of ports to ignore.\n"
"\t-v Formatted listing.\n"
"\t-vv Include erroneous files.\n"
"\t-vvv Include precise file errors.\n"
diff --git a/revdep.man b/revdep.man
index f44c281..744277c 100644
--- a/revdep.man
+++ b/revdep.man
@@ -7,7 +7,7 @@ Revdep checks for missing / wrong libraries of installed packages using
ldd(1).
OPTIONS
-h The option -h displays help.
--i Comma-separated list of ports to ignore
+-i Comma-separated list of ports to ignore.
-v Formatted listing.
-vv Include errorous files.
-vvv Include precise file errors.
@@ -24,6 +24,6 @@ NOTES
C rewrite inspired by Johannes Winkelmann's <jw@tks6.net> shell revdep.
Contributed to design Danny Rawlins <contact@romster.me>.
SEE ALSO
-ldd(1), prt-get(8), pkginfo(1)
+ldd(1), prt-get(8), pkginfo(8)
AUTHOR
James Buren, ryuo @ freenode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment