aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/opts-set.c
Commit message (Collapse)AuthorAgeFilesLines
* (std_runtime_options): Make const.Miles Bader1996-02-071-5/+5
| | | | (diskfs_set_options): Make argp structures const.
* (diskfs_set_options):Miles Bader1995-10-191-22/+24
| | | | | | 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.
* (std_runtime_options): Renamed from long_options, convert to argp format.Miles Bader1995-10-131-10/+16
| | | | | (SHORT_OPTIONS): Removed. (diskfs_set_options): Converted to use argp.
* (diskfs_set_options): Don't fall through to the error case from the 's' one!Miles Bader1995-05-221-1/+2
| | | | Use ARG instead of the global OPTARG.
* Initial revisionMiles Bader1995-05-201-0/+94