diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bash-style.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bash-style.cli b/doc/bash-style.cli index 347a859..7aa2eaa 100644 --- a/doc/bash-style.cli +++ b/doc/bash-style.cli @@ -201,7 +201,7 @@ list=\"$(basename \"$1\")\" We also quote values that are \i{strings} as opposed to options/file names, paths, or integers. If setting a variable that will contain one of these -unquoted value, try to give it a name that reflects its type (e.g., +unquoted values, try to give it a name that reflects its type (e.g., \c{foo_file} rather than \c{foo_name}). Prefer single quotes for \c{sed} scripts, for example: |