Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (argp_program_version): Make const. | Miles Bader | 1997-02-20 | 1 | -2/+2 |
| | |||||
* | (print_store): Properly ignore STORE_INACTIVE. | Miles Bader | 1996-10-09 | 1 | -1/+1 |
| | |||||
* | (options, main): | Miles Bader | 1996-10-08 | 1 | -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 Bader | 1996-09-27 | 1 | -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 Bushnell | 1996-09-05 | 1 | -1/+2 |
| | |||||
* | (doc): Add program description. | Miles Bader | 1996-08-27 | 1 | -1/+2 |
| | |||||
* | (argp_program_version): New variable. | Miles Bader | 1996-07-06 | 1 | -0/+2 |
| | |||||
* | (print_store): Get rid of class-name printing code, and use | Miles Bader | 1996-05-22 | 1 | -23/+42 |
| | | | | store->class->name. Print all flags. | ||||
* | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 1 | -1/+1 |
| | |||||
* | (print_store): New function. | Miles Bader | 1996-05-10 | 1 | -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 Bader | 1996-03-19 | 1 | -2/+2 |
| | |||||
* | (main): | Miles Bader | 1995-12-06 | 1 | -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 Bader | 1995-12-04 | 1 | -3/+3 |
| | | | | (options): Fix help strings. | ||||
* | (print_info): | Miles Bader | 1995-11-06 | 1 | -6/+9 |
| | | | | Use the new FLAGS argument to file_get_storage_info. Add new storage types. | ||||
* | Initial revision | Miles Bader | 1995-10-21 | 1 | -0/+224 |