aboutsummaryrefslogtreecommitdiffstats
path: root/ldid.cpp
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2022-03-20 13:43:34 -0400
committerCameron Katri <me@cameronkatri.com>2022-03-20 13:43:34 -0400
commit10f4c5e49fa2f50ca3f0be7fb70fcc303e381dc3 (patch)
tree7a462710ed192daa7f1314a87dc12b39fffef45f /ldid.cpp
parent33c6686fda5e2d18d26f7e0510a245487f9a0c01 (diff)
downloadldid-10f4c5e49fa2f50ca3f0be7fb70fcc303e381dc3.tar.gz
ldid-10f4c5e49fa2f50ca3f0be7fb70fcc303e381dc3.tar.zst
ldid-10f4c5e49fa2f50ca3f0be7fb70fcc303e381dc3.zip
ldid.1: Document -H[sha1 | sha256]
While here, remove the warning message that is printed when used. This flag is very useful so this message is removed.
Diffstat (limited to 'ldid.cpp')
-rw-r--r--ldid.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ldid.cpp b/ldid.cpp
index 7598b40..13eab12 100644
--- a/ldid.cpp
+++ b/ldid.cpp
@@ -3225,9 +3225,6 @@ int main(int argc, char *argv[]) {
do_sha1 = false;
do_sha256 = false;
-
- fprintf(stderr, "WARNING: -H is only present for compatibility with a fork of ldid\n");
- fprintf(stderr, " you should NOT be manually specifying the hash algorithm\n");
}
if (false);