diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-22 18:00:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-22 18:00:24 +0200 |
commit | 75b14db22d9e3d333989da898a0cc55105ae5761 (patch) | |
tree | 22aae6cc61621e7314af8b5485341a58de39d70f /doc/bash-style.cli | |
parent | 2d885fc8f57a9592c2cfa5502ff591a8a42da2ac (diff) |
Fix typo
Diffstat (limited to 'doc/bash-style.cli')
-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: |