/[hurd]/hurd/libdiskfs/opts-common.c
ViewVC logotype

Diff of /hurd/libdiskfs/opts-common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by marcus, Sun May 14 20:35:53 2000 UTC revision 1.6 by marcus, Wed May 1 03:00:44 2002 UTC
# Line 47  const struct argp_option diskfs_common_o Line 47  const struct argp_option diskfs_common_o
47     "Do not update file access times on disk for reads"},     "Do not update file access times on disk for reads"},
48    {"noatime",  0,   0, OPTION_ALIAS | OPTION_HIDDEN},    {"noatime",  0,   0, OPTION_ALIAS | OPTION_HIDDEN},
49    {"atime", OPT_ATIME, 0, 0, "Do update file access times for reads normally"},    {"atime", OPT_ATIME, 0, 0, "Do update file access times for reads normally"},
50      {"no-inherit-dir-group", OPT_NO_INHERIT_DIR_GROUP, 0, 0,
51       "Create new nodes with gid of the process"},
52      {"nogrpid",    0,   0, OPTION_ALIAS | OPTION_HIDDEN},
53      {"sysvgroups", 0,   0, OPTION_ALIAS | OPTION_HIDDEN},
54      {"inherit-dir-group", OPT_INHERIT_DIR_GROUP, 0, 0,
55       "Create new nodes with gid of parent dir (default)"},
56      {"grpid",    0,   0, OPTION_ALIAS | OPTION_HIDDEN},
57      {"bsdgroups", 0,   0, OPTION_ALIAS | OPTION_HIDDEN},
58    {0, 0}    {0, 0}
59  };  };

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26