summaryrefslogtreecommitdiff
path: root/app/flatpak-builtins.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-09-24 12:14:50 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-09-26 09:02:42 +0000
commit356742c7e72bf8443cbda09c7cc534c649c1631a (patch)
treeb9d818e7a5e54e0f3d224e0723faaa57bb1f4821 /app/flatpak-builtins.h
parent86634cfecef8110d961b857bc6a431953dc931aa (diff)
downloadflatpak-356742c7e72bf8443cbda09c7cc534c649c1631a.tar.gz
Rename a file
This is anther step towards making command names match the files they are defined in. Closes: #2132 Approved by: alexlarsson
Diffstat (limited to 'app/flatpak-builtins.h')
-rw-r--r--app/flatpak-builtins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/flatpak-builtins.h b/app/flatpak-builtins.h
index 43ffe864..b9c2b0f8 100644
--- a/app/flatpak-builtins.h
+++ b/app/flatpak-builtins.h
@@ -64,7 +64,7 @@ BUILTINPROTO (modify_remote)
BUILTINPROTO (delete_remote)
BUILTINPROTO (ls_remote)
BUILTINPROTO (info_remote)
-BUILTINPROTO (list_remotes)
+BUILTINPROTO (remote_list)
BUILTINPROTO (install)
BUILTINPROTO (update)
BUILTINPROTO (make_current_app)