mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-21 22:28:09 -05:00
Remove a misleading error message
NAME is not, in fact, required.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user