Remove a misleading error message

NAME is not, in fact, required.
This commit is contained in:
Matthias Clasen
2016-08-04 18:39:11 -04:00
parent 8124016247
commit eaebfd8cc2

View File

@@ -166,9 +166,6 @@ flatpak_builtin_update (int argc,
if (!flatpak_option_context_parse (context, options, &argc, &argv, 0, &dir, cancellable, error))
return FALSE;
if (argc < 1)
return usage_error (context, _("NAME must be specified"), error);
if (argc >= 2)
name = argv[1];
if (argc >= 3)