This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=6bf2e1faed798084ac8134f057ea68e61c7a4e32 commit 6bf2e1faed798084ac8134f057ea68e61c7a4e32 Author: Guillem Jover <[email protected]> AuthorDate: Mon Dec 6 13:35:15 2021 +0100 dpkg-realpath: Remove spurious heading space from --help output --- scripts/dpkg-realpath.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/dpkg-realpath.sh b/scripts/dpkg-realpath.sh index 3843644bc..10b5d4a93 100755 --- a/scripts/dpkg-realpath.sh +++ b/scripts/dpkg-realpath.sh @@ -44,11 +44,11 @@ show_usage() Usage: $PROGNAME [<option>...] <pathname> Options: - -z, --zero end output line with NUL, not newline. - --instdir <directory> set the root directory. - --root <directory> set the root directory. - --version show the version. - -?, --help show this help message. + -z, --zero end output line with NUL, not newline. + --instdir <directory> set the root directory. + --root <directory> set the root directory. + --version show the version. + -?, --help show this help message. END } -- Dpkg.Org's dpkg

