aboutsummaryrefslogtreecommitdiff
path: root/utils/storeinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* (argp_program_version): Make const.Miles Bader1997-02-201-2/+2
|
* (print_store): Properly ignore STORE_INACTIVE.Miles Bader1996-10-091-1/+1
|
* (options, main):Miles Bader1996-10-081-8/+9
| | | | | | | | | | Change --runs/-r to --block-list/-l. (main): Use STORE_INACTIVE flag to store_create. (print_store): Correctly print unknown flags. Don't ever print STORE_INACTIVE flag. Print runs in grub block-list format.
* (W_TYPE):Miles Bader1996-09-271-13/+16
| | | | | | | | | | | | | Renamed from W_KIND; all uses changed. (doc): Updated. (options, main): Change --kind/-k to --type/-t. Add --flags/-f option. (print_store): Print flags separately from type. (W_FLAGS): New macro.
* *** empty log message ***Thomas Bushnell1996-09-051-1/+2
|
* (doc): Add program description.Miles Bader1996-08-271-1/+2
|
* (argp_program_version): New variable.Miles Bader1996-07-061-0/+2
|
* (print_store): Get rid of class-name printing code, and useMiles Bader1996-05-221-23/+42
| | | | store->class->name. Print all flags.
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-1/+1
|
* (print_store): New function.Miles Bader1996-05-101-57/+59
| | | | | | (info): Use store_create to make a store and print_store to print it. (parse_opt): Print a usage message for no args. (options, parse_opt): Add --children option.
* (main): Pass new arg to argp_parse.Miles Bader1996-03-191-2/+2
|
* (main):Miles Bader1995-12-061-3/+2
| | | | | Change uses of the INDEX field in argp_state structures to use NEXT instead. Fix default prefix-printing test.
* (main): Correctly whether to print prefix by default.Miles Bader1995-12-041-3/+3
| | | | (options): Fix help strings.
* (print_info):Miles Bader1995-11-061-6/+9
| | | | Use the new FLAGS argument to file_get_storage_info. Add new storage types.
* Initial revisionMiles Bader1995-10-211-0/+224