mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-19 06:11:47 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user