fromkey, registerurl: When reading from stdin, allow the filename and url, respectively, to contain whitespace.

This commit is contained in:
Joey Hess 2015-04-07 00:58:51 -04:00
commit 279fa44cd0
5 changed files with 8 additions and 6 deletions

View file

@ -13,7 +13,7 @@ in the git repository to link to a specified key.
If the key and file are not specified on the command line, they are
instead read from stdin. Any number of lines can be provided in this
mode, each containing a key and filename, sepearated by whitespace.
mode, each containing a key and filename, sepearated by a single space.
# OPTIONS

View file

@ -15,7 +15,7 @@ No verification is performed of the url's contents.
If the key and url are not specified on the command line, they are
instead read from stdin. Any number of lines can be provided in this
mode, each containing a key and url, separated by whitespace.
mode, each containing a key and url, separated by a single space.
# SEE ALSO