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

[Backport release_3.34] Update vector_properties.rst #9062

Merged
merged 2 commits into from
Apr 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/user_manual/working_with_vector/vector_properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2911,6 +2911,9 @@ that was selected from the identify results or attribute table (see :ref:`using_
Double quote marks can be used to group text into a single argument to the program, script or command.
Double quotes will be ignored if preceded by a backslash.

Actions can invoke a single process, with arguments, so booleen operators (such as ``&``, ``&&``, ``;``, ``|``) will not work.
In UNIX-like operating systems multiple commands can be executed via ``bash -c``.

The :guilabel:`Action Scopes` allows you to define where the action should be available.
You have following choices:

Expand Down