summaryrefslogtreecommitdiff
path: root/libdiskfs/opts-set.c
AgeCommit message (Collapse)Author
1995-10-19(diskfs_set_options):Miles Bader
Rework readonly transition & remounting. Now they should actually work. (std_runtime_options): Remove options common to both runtime and startup. (diskfs_set_options): Use the common options.
1995-10-13(std_runtime_options): Renamed from long_options, convert to argp format.Miles Bader
(SHORT_OPTIONS): Removed. (diskfs_set_options): Converted to use argp.
1995-05-22(diskfs_set_options): Don't fall through to the error case from the 's' one!Miles Bader
Use ARG instead of the global OPTARG.
1995-05-20Initial revisionMiles Bader