From 0c5479a1a627a2a8f803beb550b0c337cc6d6abc Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 3 Nov 2014 07:45:05 -0700 Subject: [PATCH] fix small doc omission --- pkgs/remote-shell-pkgs/remote-shell-doc/remote-shell.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/remote-shell-pkgs/remote-shell-doc/remote-shell.scrbl b/pkgs/remote-shell-pkgs/remote-shell-doc/remote-shell.scrbl index 13bb0d6f3c..896eb668bc 100644 --- a/pkgs/remote-shell-pkgs/remote-shell-doc/remote-shell.scrbl +++ b/pkgs/remote-shell-pkgs/remote-shell-doc/remote-shell.scrbl @@ -29,7 +29,7 @@ produced by @racket[remote], @racket[#f] otherwise.} [#:remote-tunnels remote-tunnels (listof (cons/c (integer-in 1 65535) (integer-in 1 65535))) null] - [#:key key (or/c #f path-string?)] + [#:key key (or/c #f path-string?) #f] [#:timeout timeout-secs real? 600]) remote?]{