aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/revdep-pax')
-rwxr-xr-xscripts/revdep-pax4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/revdep-pax b/scripts/revdep-pax
index 0116971..3ac5d2d 100755
--- a/scripts/revdep-pax
+++ b/scripts/revdep-pax
@@ -408,7 +408,7 @@ def run_usage():
print('Bug Reports : http://bugs.gentoo.org/')
print('Program Name : revdep-pax')
print('Description : Get or set pax flags on an ELF object')
- print('\n'),
+ print('')
print('Usage : revdep-pax -f [-v] print out all forward mappings for all system binaries')
print(' : revdep-pax -r [-ve] print out all reverse mappings for all system sonames')
print(' : revdep-pax -b OBJECT [-myv] print all forward mappings only for OBJECT')
@@ -419,7 +419,7 @@ def run_usage():
print(' : -e only print out executables in shell $PATH')
print(' : -m don\'t just report, but mark the mismatching objects')
print(' : -y assume "yes" to all prompts for marking (USE CAREFULLY!)')
- print('\n'),
+ print('')
def main():