app: Fix a copy-paste error in comments

These comments were copied from the install command implementation
(which since changed REPOSITORY to REMOTE).
This commit is contained in:
Matthew Leeds
2018-11-08 17:09:24 -08:00
parent 94969d5057
commit 610bc8a532
2 changed files with 2 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ flatpak_builtin_uninstall (int argc, char **argv, GCancellable *cancellable, GEr
prefs = &argv[1];
n_prefs = argc - 1;
/* Backwards compat for old "REPOSITORY NAME [BRANCH]" argument version */
/* Backwards compat for old "NAME [BRANCH]" argument version */
if (argc == 3 && looks_like_branch (argv[2]))
{
default_branch = argv[2];

View File

@@ -99,7 +99,7 @@ flatpak_builtin_update (int argc,
prefs = &argv[1];
n_prefs = argc - 1;
/* Backwards compat for old "REPOSITORY NAME [BRANCH]" argument version */
/* Backwards compat for old "NAME [BRANCH]" argument version */
if (argc == 3 && looks_like_branch (argv[2]))
{
default_branch = argv[2];