From 711a20dcbf35c3fefc629c62016e93547c3b7762 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 8 Apr 2020 15:10:19 +0200 Subject: Update doc to describe multiple filename args allowed Commit 936bae418b77ee9e06a93cd3cd444f4204446973 added support to handle several files at once, but forgot to update the man and help output to describe it. Fixes: 936bae418b77ee9e06a93cd3cd444f4204446973 --- patchelf.1 | 3 ++- src/patchelf.cc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/patchelf.1 b/patchelf.1 index 43a5d24..a51f726 100644 --- a/patchelf.1 +++ b/patchelf.1 @@ -10,6 +10,7 @@ patchelf - Modify ELF files .I OPTION .B .I FILE +.SM ... .B .SH DESCRIPTION @@ -20,7 +21,7 @@ of executables and change the RPATH of executables and libraries. .SH OPTIONS -The single option given operates on a given FILE, editing in place. +The single option given operates on each FILE, editing in place. .IP "--page-size SIZE" Uses the given page size instead of the default. diff --git a/src/patchelf.cc b/src/patchelf.cc index 0b4965a..f7643d0 100644 --- a/src/patchelf.cc +++ b/src/patchelf.cc @@ -1646,7 +1646,7 @@ void showHelp(const std::string & progName) [--no-default-lib]\n\ [--debug]\n\ [--version]\n\ - FILENAME\n", progName.c_str()); + FILENAME...\n", progName.c_str()); } -- cgit v0.12 '>master Qt s a cross-platform application framework that is used for developing application software that can be run on various software and hardware platforms with little or no change in the underlying codebase, while still being a native application with native capabilities and speed.
summaryrefslogtreecommitdiffstats
path: root/SOURCE
Commit message (Expand)AuthorAgeFilesLines
* removed static libwinpthread linkingrefs/changes/83/11083/1Koenig, Joerg2020-04-261-1/+1
* Last stand from QT_5_14refs/changes/82/11082/1Koenig, Joerg2020-04-265-4/+120
* Update to QT 5.14.0Koenig, Joerg2020-01-231-2/+2
* Update to 5.13.2refs/changes/42/9442/1Koenig, Joerg2019-12-051-1/+1
* Update to new version 5.13.1refs/changes/81/8681/1Koenig, Joerg2019-09-091-2/+2
* Link always with -static-libgcc -static-libstdc++Joerg Koenig2019-06-061-0/+11
* Skip qtdeclarative on MinGW buildrefs/changes/03/7703/1Joerg Koenig2019-06-011-31/+103
* Fixed MinGW buildrefs/changes/93/7693/1Joerg Koenig2019-05-311-0/+202
* Next Stagerefs/changes/91/7691/1Joerg Koenig2019-05-301-0/+186
* New Build envJoerg Koenig2019-05-114-182/+13
* Initial added QT 5.9.1refs/changes/91/2091/1Joerg Koenig2017-07-07