Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek | |
getopt is usually good at printing out a nice error message when commandline options are invalid. It distinguishes between an unknown option and a known option with a missing arg. It is better to let it do its job and not use opterr=0 unless we actually want to suppress messages. So remove opterr=0 in the few places where it wasn't really useful. When an error in options is encountered, we should not print a lengthy help() and overwhelm the user, when we know precisely what is wrong with the commandline. In addition, since help() prints to stdout, it should not be used except when requested with -h or --help. Also, simplify things here and there. | |||
2013-11-09 | bootctl: remove unused options from getopt_long | Thomas Hindoe Paaboel Andersen | |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering | |
Among other things this makes sure we always expose a --version command and show it in the help texts. | |||
2013-11-06 | bootctl: typo fix in help message | Thomas Hindoe Paaboel Andersen | |
2013-03-29 | bootctl: fix help text | Koen Kooi | |
It currently says 'time settings', change that to 'boot settings'. | |||
2013-03-28 | bootctl: ESP --> Partition | Kay Sievers | |
2013-03-28 | bootctl: Binary: --> File: | Kay Sievers | |
2013-03-27 | bootctl: rename status output header | Kay Sievers | |
2013-03-10 | bootctl: print Options only when found | Kay Sievers | |
2013-03-10 | bootctl: print secure boot flags | Kay Sievers | |
2013-02-17 | bootctl: show "n/a" for empty boot option labels | Kay Sievers | |
2013-02-11 | bootctl: print partition uuids as /dev/disk/by-partuuid/... | Kay Sievers | |
2013-02-11 | bootctl: add boot loader and firmware interface tool | Kay Sievers | |