From: Michael Orlitzky Date: Mon, 14 Oct 2013 19:33:20 +0000 (-0400) Subject: Add missing shell ("$") prompts in examples. X-Git-Tag: 0.1.1~2 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=ab62b84c796b1b8c97b445505cd26df3fe9f0c51 Add missing shell ("$") prompts in examples. --- diff --git a/hath.cabal b/hath.cabal index bdacad2..46c9349 100644 --- a/hath.cabal +++ b/hath.cabal @@ -89,7 +89,7 @@ description: Perform PTR lookups on all of 198.41.0.4\/30: . @ - hath reversed <<< \"198.41.0.4\/30\" + $ hath reversed <<< \"198.41.0.4\/30\" 198.41.0.4: a.root-servers.net. 198.41.0.5: 198.41.0.6: rs.internic.net. @@ -102,7 +102,7 @@ description: perform 25 lookups in parallel: . @ - hath reversed +RTS -N25 <<< \"198.41.0.4\/24\" + $ hath reversed +RTS -N25 <<< \"198.41.0.4\/24\" 198.41.0.4: a.root-servers.net. 198.41.0.5: 198.41.0.6: rs.internic.net.