summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/patchelf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patchelf.cc b/src/patchelf.cc
index 6359a04..dcbfd38 100644
--- a/src/patchelf.cc
+++ b/src/patchelf.cc
@@ -1444,7 +1444,7 @@ int main(int argc, char * * argv)
else if (arg == "--debug") {
debugMode = true;
}
- else if (arg == "--help") {
+ else if (arg == "--help" || arg == "-h" ) {
showHelp(argv[0]);
return 0;
}