X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2Fmygetfacl.c;h=2e7fed36f9f0797609e10f7512f1e0e8f8b5a539;hp=4d450b6c836278d9024d0640ed3fd905b5112478;hb=fa15a3f1ecd64efd8440e46d398fd9976abc3d25;hpb=4b983e1fa7af8e50b63cffe2e3780aa96412c14b diff --git a/sources/mygetfacl.c b/sources/mygetfacl.c index 4d450b6..2e7fed3 100644 --- a/sources/mygetfacl.c +++ b/sources/mygetfacl.c @@ -98,7 +98,7 @@ int main(int argc, char *argv[]) perror("cannot convert acl"); return 1; } - printf("ACL:%s\n", buffer); + printf("ACL for file '%s':\n%s\n", argv[1], buffer); acl_free(acl); acl_free(buffer); return 0;