]> Dogcows Code - chaz/tar/commitdiff
Fix descriptions of some options (tiny change)
authorCarl Worth <cworth@cworth.org>
Wed, 5 Aug 2009 07:42:42 +0000 (10:42 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 5 Aug 2009 07:42:42 +0000 (10:42 +0300)
src/tar.c

index 31537eb23fad6121f810ff80aa3b4ed25b4ccb5c..0abd88b16b4b03325edfef79d51bd60146a1b63e 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -482,9 +482,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,
This page took 0.022145 seconds and 4 git commands to generate.