summaryrefslogtreecommitdiff
path: root/utils/storeinfo.c
AgeCommit message (Collapse)Author
1996-10-09(print_store): Properly ignore STORE_INACTIVE.Miles Bader
1996-10-08(options, main):Miles Bader
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.
1996-09-27(W_TYPE):Miles Bader
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.
1996-09-05*** empty log message ***Thomas Bushnell
1996-08-27(doc): Add program description.Miles Bader
1996-07-06(argp_program_version): New variable.Miles Bader
1996-05-22(print_store): Get rid of class-name printing code, and useMiles Bader
store->class->name. Print all flags.
1996-05-11(parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-05-10(print_store): New function.Miles Bader
(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.
1996-03-19(main): Pass new arg to argp_parse.Miles Bader
1995-12-06(main):Miles Bader
Change uses of the INDEX field in argp_state structures to use NEXT instead. Fix default prefix-printing test.
1995-12-04(main): Correctly whether to print prefix by default.Miles Bader
(options): Fix help strings.
1995-11-06(print_info):Miles Bader
Use the new FLAGS argument to file_get_storage_info. Add new storage types.
1995-10-21Initial revisionMiles Bader