app: Alias remove -> uninstall

For better finger compatibility with `dnf`.

Closes: #1783
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2019-03-12 17:19:13 -04:00 committed by Atomic Bot
parent 57fa460837
commit 6e054517d3

View File

@ -106,6 +106,9 @@ static RpmOstreeCommand commands[] = {
{ "rpm", RPM_OSTREE_BUILTIN_FLAG_LOCAL_CMD |
RPM_OSTREE_BUILTIN_FLAG_HIDDEN,
NULL, rpmostree_builtin_db },
/* Compat with dnf */
{ "remove", RPM_OSTREE_BUILTIN_FLAG_HIDDEN,
NULL, rpmostree_builtin_uninstall },
{ "makecache", RPM_OSTREE_BUILTIN_FLAG_HIDDEN,
NULL, rpmostree_builtin_refresh_md },
/* Hidden */