[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] getfacl: fix indent in --help output
From: |
Valentin Vidic |
Subject: |
[PATCH] getfacl: fix indent in --help output |
Date: |
Mon, 1 Mar 2021 23:19:27 +0100 |
--access has a different indent than the rest of the options.
Signed-off-by: Valentin Vidic <vvidic@valentin-vidic.from.hr>
---
po/de.po | 2 +-
po/es.po | 2 +-
po/fr.po | 2 +-
po/gl.po | 2 +-
po/pl.po | 2 +-
po/sv.po | 2 +-
tools/getfacl.c | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/po/de.po b/po/de.po
index 95084dd..8f5f240 100644
--- a/po/de.po
+++ b/po/de.po
@@ -81,7 +81,7 @@ msgstr " -d, --default Die Vorgabe-ACL ausgeben\n"
#: tools/getfacl.c:571
#, fuzzy, c-format
msgid ""
-" -a, --access display the file access control list only\n"
+" -a, --access display the file access control list only\n"
" -d, --default display the default access control list only\n"
" -c, --omit-header do not display the comment header\n"
" -e, --all-effective print all effective rights\n"
diff --git a/po/es.po b/po/es.po
index 058b737..fde2bc7 100644
--- a/po/es.po
+++ b/po/es.po
@@ -84,7 +84,7 @@ msgstr ""
#: tools/getfacl.c:571
#, fuzzy, c-format
msgid ""
-" -a, --access display the file access control list only\n"
+" -a, --access display the file access control list only\n"
" -d, --default display the default access control list only\n"
" -c, --omit-header do not display the comment header\n"
" -e, --all-effective print all effective rights\n"
diff --git a/po/fr.po b/po/fr.po
index a5fe3e3..5851bc4 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -83,7 +83,7 @@ msgstr ""
#: tools/getfacl.c:571
#, fuzzy, c-format
msgid ""
-" -a, --access display the file access control list only\n"
+" -a, --access display the file access control list only\n"
" -d, --default display the default access control list only\n"
" -c, --omit-header do not display the comment header\n"
" -e, --all-effective print all effective rights\n"
diff --git a/po/gl.po b/po/gl.po
index ec6b956..004e4be 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -84,7 +84,7 @@ msgstr ""
#: tools/getfacl.c:571
#, fuzzy, c-format
msgid ""
-" -a, --access display the file access control list only\n"
+" -a, --access display the file access control list only\n"
" -d, --default display the default access control list only\n"
" -c, --omit-header do not display the comment header\n"
" -e, --all-effective print all effective rights\n"
diff --git a/po/pl.po b/po/pl.po
index 00a6c77..6dd069e 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -82,7 +82,7 @@ msgstr ""
#: tools/getfacl.c:571
#, fuzzy, c-format
msgid ""
-" -a, --access display the file access control list only\n"
+" -a, --access display the file access control list only\n"
" -d, --default display the default access control list only\n"
" -c, --omit-header do not display the comment header\n"
" -e, --all-effective print all effective rights\n"
diff --git a/po/sv.po b/po/sv.po
index 0fa683b..351fbe6 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -81,7 +81,7 @@ msgstr " -d, --default visa standard
#: tools/getfacl.c:571
#, fuzzy, c-format
msgid ""
-" -a, --access display the file access control list only\n"
+" -a, --access display the file access control list only\n"
" -d, --default display the default access control list only\n"
" -c, --omit-header do not display the comment header\n"
" -e, --all-effective print all effective rights\n"
diff --git a/tools/getfacl.c b/tools/getfacl.c
index e3df09c..53a3c31 100644
--- a/tools/getfacl.c
+++ b/tools/getfacl.c
@@ -577,7 +577,7 @@ void help(void)
#if !POSIXLY_CORRECT
} else {
printf(_(
-" -a, --access display the file access control list only\n"
+" -a, --access display the file access control list only\n"
" -d, --default display the default access control list only\n"
" -c, --omit-header do not display the comment header\n"
" -e, --all-effective print all effective rights\n"
--
2.20.1
- [PATCH] getfacl: fix indent in --help output,
Valentin Vidic <=