Drop quoting from commands
Resolves: RHEL-95996
This commit is contained in:
parent
2dfcb4dc08
commit
3427fc4bda
6
README
6
README
@ -14,14 +14,14 @@ Examples:
|
||||
%{scl_name}-env
|
||||
Run an interactive shell wherein %{scl_name} is enabled.
|
||||
|
||||
%{scl_name}-env 'command --arg'
|
||||
%{scl_name}-env command --arg
|
||||
Run a specific command with the argument --arg within the %{scl_name}
|
||||
Red Hat GCC Toolset environment.
|
||||
|
||||
%{scl_name}-env 'gcc'
|
||||
%{scl_name}-env gcc
|
||||
Run GCC from the %{scl_name} Red Hat GCC Toolset.
|
||||
|
||||
%{scl_name}-env 'man gcc'
|
||||
%{scl_name}-env man gcc
|
||||
Show man pages for the gcc command, which is a part of the
|
||||
%{scl_name} Red Hat GCC Toolset.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user