diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-12 19:36:36 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-12 19:36:36 +0300 |
commit | 573a8d5a68a80bafaf0b178e131fc11fccaa6f8e (patch) | |
tree | 1037c535141f8f78dd9560afeb185b860ed2a198 /fix_nt_symbol_path.sh | |
parent | get rid of dead code (diff) | |
download | windows-tmp-573a8d5a68a80bafaf0b178e131fc11fccaa6f8e.tar.gz windows-tmp-573a8d5a68a80bafaf0b178e131fc11fccaa6f8e.zip |
fix_nt_symbol_path.sh: interface update
Diffstat (limited to 'fix_nt_symbol_path.sh')
-rw-r--r-- | fix_nt_symbol_path.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fix_nt_symbol_path.sh b/fix_nt_symbol_path.sh index 3511d63..f70b249 100644 --- a/fix_nt_symbol_path.sh +++ b/fix_nt_symbol_path.sh @@ -11,7 +11,7 @@ # * adding the "symbols" directory as a local "symbol store", mirroring # Microsoft's http://msdl.microsoft.com/download/symbols. -# usage: ./fix_nt_symbol_path.sh [-h|--help] [-y|--yes] [-d|--dir TMP_DIR] +# usage: ./fix_nt_symbol_path.sh [-h|--help] [-y|--yes] [-d|--tmp-dir DIR] set -o errexit set -o nounset |