summaryrefslogtreecommitdiffstats
path: root/src/resolve/resolvectl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* resolvectl: change syntax to use verb_dispatch()Yu Watanabe2018-04-181-2/+2
| | | | | | | This makes `resolvectl` use the verb style command line, e.g., `resolvectl status` or `resolvectl tlsa tcp fedoraproject.org:443`. For compatibility, if the invocation name is `systemd-resolve`, then it accepts the old syntax, e.g. `systemd-resolve --status`.
* resolvectl: rename systemd-resolve to resolvectlYu Watanabe2018-04-181-0/+30
For the compatibility, `systemd-resolve` will be created as a symbolic link to `resolvectl`.