Skip to content

Commit

Permalink
0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rudojaksa committed Jan 2, 2025
1 parent dbf761a commit bed8d95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/lddiff.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ It is implemented as a wrapper of ldd and od.
-h This help.
-v Verbose.
-bw Black & white.
-d Diff mode: black-out identical names. (not one column)
-dw Diff mode: white if some columns missing.
-p Primary libs only.
-s Short, strip lib and .so..
-ng Don't highlight secondary libs (green).
-fh Full header, display directory and filename.
-d Diff mode: black-out identical names. (not one column)
-dw Diff mode: white if some columns missing.

### COLORS
red Missing libs.
Expand Down Expand Up @@ -49,5 +49,5 @@ It is implemented as a wrapper of ldd and od.
od -S 7 $FILE | grep lib | grep -F .so | cut -d ' ' -f 2 | sed 's:^.*/::' | grep '^lib' | sort -u

### VERSION
lddiff-0.5a R.Jaksa 2024 GPLv3 built 2025-01-02
lddiff-0.5 R.Jaksa 2024 GPLv3 built 2025-01-02

6 changes: 3 additions & 3 deletions lddiff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
our $PACKAGE = "lddiff";
our $VERSION = "0.5";
our $AUTHOR = "R.Jaksa 2024 GPLv3";
our $SUBVERSION = "a";
our $SUBVERSION = "";
# end ".version.pl"

# included ".lddiff.built.pl"
Expand All @@ -29,12 +29,12 @@ OPTIONS
-h This help.
-v Verbose.
-bw Black & white.
-d Diff mode: black-out identical names. (not one column)
-dw Diff mode: white if some columns missing.
-p Primary libs only.
-s Short, strip `lib` and `.so.`.
-ng Don't highlight secondary libs (green).
-fh Full header, display directory and filename.
-d Diff mode: black-out identical names. (not one column)
-dw Diff mode: white if some columns missing.
COLORS
CR(red) Missing libs.
Expand Down

0 comments on commit bed8d95

Please sign in to comment.