summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-01-19 20:16:00 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-01-19 20:16:00 -0500
commitcdc13dd25cd14ea819e8e65f2c306c1f417e5cc8 (patch)
treeceb52aa250228f346e8af4157e8d74e150e0a268 /doc/Makefile.am
parent7dfd383c9658d1a37bc56bfe1db59cb43ac4563b (diff)
downloadxdg-app-cdc13dd25cd14ea819e8e65f2c306c1f417e5cc8.tar.gz
Change terminology from 'repo' to 'remote'
The add/delete/list-repo commands are renamed to add/delete/list-remote, to align our terminology with ostree and git.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index bfb106c..c1cc543 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -14,9 +14,9 @@ XSLTPROC_FLAGS = \
man_MANS = \
xdg-app.1 \
- xdg-app-add-repo.1 \
- xdg-app-delete-repo.1 \
- xdg-app-list-repos.1 \
+ xdg-app-add-remote.1 \
+ xdg-app-delete-remote.1 \
+ xdg-app-list-remotes.1 \
xdg-app-repo-contents.1 \
xdg-app-install-runtime.1 \
xdg-app-update-runtime.1 \