浏览代码

Help: Make note that file(READ ... HEX) produces lowercase letters

Kyle Edwards 5 年之前
父节点
当前提交
97b639d3f1
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      Help/command/file.rst

+ 3 - 1
Help/command/file.rst

@@ -54,7 +54,9 @@ Reading
 Read content from a file called ``<filename>`` and store it in a
 Read content from a file called ``<filename>`` and store it in a
 ``<variable>``.  Optionally start from the given ``<offset>`` and
 ``<variable>``.  Optionally start from the given ``<offset>`` and
 read at most ``<max-in>`` bytes.  The ``HEX`` option causes data to
 read at most ``<max-in>`` bytes.  The ``HEX`` option causes data to
-be converted to a hexadecimal representation (useful for binary data).
+be converted to a hexadecimal representation (useful for binary data). If the
+``HEX`` option is specified, letters in the output (``a`` through ``f``) are in
+lowercase.
 
 
 .. _STRINGS:
 .. _STRINGS: