X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Ftar.c;fp=src%2Ftar.c;h=309f9d7363ff4a3b33c212d85b395f0c3a472155;hb=fdff11e664f1af5fd7c7047b1448b71c1d285bd1;hp=e10b80431c1c60ba5f7fa2ee04b9e0f07310970a;hpb=04176c5e3a481e57b4c6b10fdb6b4a5d82f213f2;p=tar diff --git a/src/tar.c b/src/tar.c index e10b804..309f9d7 100644 --- a/src/tar.c +++ b/src/tar.c @@ -481,9 +481,9 @@ static struct argp_option options[] = { {"touch", 'm', 0, 0, N_("don't extract file modified time"), GRID+1 }, {"same-owner", SAME_OWNER_OPTION, 0, 0, - N_("try extracting files with the same ownership"), GRID+1 }, + N_("try extracting files with the same ownership as exists in the archive (default for superuser)"), GRID+1 }, {"no-same-owner", NO_SAME_OWNER_OPTION, 0, 0, - N_("extract files as yourself"), GRID+1 }, + N_("extract files as yourself (default for ordinary users)"), GRID+1 }, {"numeric-owner", NUMERIC_OWNER_OPTION, 0, 0, N_("always use numbers for user/group names"), GRID+1 }, {"preserve-permissions", 'p', 0, 0,