Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command name #13

Merged
merged 2 commits into from Dec 17, 2018
Merged

Command name #13

merged 2 commits into from Dec 17, 2018

Conversation

matthiasclasen
Copy link
Contributor

Cosmetics

Matthias Clasen added 2 commits December 16, 2018 09:10
The command is called flatpak-spawn, not flatpak-portal-spawn.
Take out the misleading name and say what we do.
@@ -263,7 +263,7 @@ main (int argc,

context = g_option_context_new ("COMMAND [ARGUMENT…]");

g_option_context_set_summary (context, "Flatpak portal spawn");
g_option_context_set_summary (context, "Run a command in a sandbox");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, sometimes not in sandbox too =)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be just as right to say: Run a command outside the sandbox

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the --host argument kinda totally changes this, but i think it makes sense to document what it does by default.

@alexlarsson alexlarsson merged commit 50748a3 into flatpak:master Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants