summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Vidic <vvidic@valentin-vidic.from.hr>2021-03-01 23:19:27 +0100
committerAndreas Gruenbacher <agruenba@redhat.com>2021-03-02 05:30:01 +0100
commitef73941e42b69c54da8ac45b3e52e26c13075490 (patch)
tree6794cf25f7a31c34e8e04d8d355ecdd6a63bf671
parenta966a2b55bb13e22d9b1e6da8182655948d209ae (diff)
downloadacl-ef73941e42b69c54da8ac45b3e52e26c13075490.tar.gz
getfacl: fix indent in --help output
--access has a different indent than the rest of the options. Signed-off-by: Valentin Vidic <vvidic@valentin-vidic.from.hr>
-rw-r--r--po/de.po2
-rw-r--r--po/es.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/gl.po2
-rw-r--r--po/pl.po2
-rw-r--r--po/sv.po2
-rw-r--r--tools/getfacl.c2
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åtkomstkontrollistan\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/tools/getfacl.c b/tools/getfacl.c
index aec08d8..63f0736 100644
--- a/tools/getfacl.c
+++ b/tools/getfacl.c
@@ -578,7 +578,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"