From d882e8f39be875b979fbea390d97a9f98566088b Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 11 Jan 2005 16:28:07 +0000 Subject: [PATCH] Reworded docstrings for --[no-]same-permissions --- src/tar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tar.c b/src/tar.c index 252bc67..60cd306 100644 --- a/src/tar.c +++ b/src/tar.c @@ -343,10 +343,10 @@ static struct argp_option options[] = { {"numeric-owner", NUMERIC_OWNER_OPTION, 0, 0, N_("always use numbers for user/group names"), 31 }, {"preserve-permissions", 'p', 0, 0, - N_("extract permissions information"), 31 }, + N_("extract information about file permissions (default for superuser)"), 31 }, {"same-permissions", 0, 0, OPTION_ALIAS, NULL, 31 }, {"no-same-permissions", NO_SAME_PERMISSIONS_OPTION, 0, 0, - N_("do not extract permissions information"), 31 }, + N_("apply the user's umask when extracting permissions from the archive (default for ordinary users)"), 31 }, {"preserve-order", 's', 0, 0, N_("sort names to extract to match archive"), 31 }, {"same-order", 0, 0, OPTION_ALIAS, NULL, 31 }, -- 2.44.0