Browse Source

Update doc

Tatsuhiro Tsujikawa 7 years ago
parent
commit
7e5757c238
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/manual-src/en/aria2c.rst
  2. 1 1
      src/usage_text.h

+ 1 - 1
doc/manual-src/en/aria2c.rst

@@ -1400,7 +1400,7 @@ Advanced Options
 .. option:: --gid=<GID>
 .. option:: --gid=<GID>
 
 
   Set GID manually. aria2 identifies each download by the ID called
   Set GID manually. aria2 identifies each download by the ID called
-  GID. The GID must be hex string of 16 characters, thus [0-9a-zA-Z]
+  GID. The GID must be hex string of 16 characters, thus [0-9a-fA-F]
   are allowed and leading zeros must not be stripped. The GID all 0 is
   are allowed and leading zeros must not be stripped. The GID all 0 is
   reserved and must not be used. The GID must be unique, otherwise
   reserved and must not be used. The GID must be unique, otherwise
   error is reported and the download is not added.  This option is
   error is reported and the download is not added.  This option is

+ 1 - 1
src/usage_text.h

@@ -1002,7 +1002,7 @@
 #define TEXT_GID                                \
 #define TEXT_GID                                \
   _(" --gid=GID                    Set GID manually. aria2 identifies each\n" \
   _(" --gid=GID                    Set GID manually. aria2 identifies each\n" \
     "                              download by the ID called GID. The GID must be\n" \
     "                              download by the ID called GID. The GID must be\n" \
-    "                              hex string of 16 characters, thus [0-9a-zA-Z]\n" \
+    "                              hex string of 16 characters, thus [0-9a-fA-F]\n" \
     "                              are allowed and leading zeros must not be\n" \
     "                              are allowed and leading zeros must not be\n" \
     "                              stripped. The GID all 0 is reserved and must\n" \
     "                              stripped. The GID all 0 is reserved and must\n" \
     "                              not be used. The GID must be unique, otherwise\n" \
     "                              not be used. The GID must be unique, otherwise\n" \