reword docs for @ prefix

Co-authored-by: Jan Verbeek <jan.verbeek@posteo.nl>
This commit is contained in:
Mohamed Daahir 2022-12-30 18:33:53 +02:00 committed by GitHub
parent 0817ddefa6
commit 54b31a64ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -372,7 +372,7 @@ Defaults to \"format\" if the NO_COLOR env is set and to \"none\" if stdout is n
/// header;
/// Add a header with an empty value.
///
/// "@" postfix can be added to "=",":=","==" and ":" to read the value from a file e.g. "x-api-key:@api-key.txt".
/// An `@` prefix can be used to read a value from a file. For example: `x-api-key:@api-key.txt`.
///
/// A backslash can be used to escape special characters, e.g. "weird\:key=value".
///