diff --git a/README b/README index db95def..3bb0342 100644 --- a/README +++ b/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.