enter: Correct the help output

The COMMAND is not optional, so don't put it in brackets.

Closes: https://github.com/flatpak/flatpak/issues/2881
This commit is contained in:
Matthias Clasen
2019-12-01 23:13:38 -05:00
parent a0dbb9edc9
commit 76d23cca15

View File

@@ -84,7 +84,7 @@ flatpak_builtin_enter (int argc,
g_autoptr(GPtrArray) instances = NULL;
int j;
context = g_option_context_new (_("INSTANCE [COMMAND [ARGUMENT…]] - Run a command inside a running sandbox"));
context = g_option_context_new (_("INSTANCE COMMAND [ARGUMENT…] - Run a command inside a running sandbox"));
g_option_context_set_translation_domain (context, GETTEXT_PACKAGE);
rest_argc = 0;