From 7cfa27255549d1ec13c7e2138cd494a4774a7106 Mon Sep 17 00:00:00 2001 From: dvkt Date: Sat, 28 Dec 2019 01:27:29 -0800 Subject: [PATCH] arg howto --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06fe0ac..947b99e 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ For example: $ cat echo.gph #!/bin/sh - echo "iHi, world!" + echo "Hi, world! You said:" $1 Then: - $ gopher-client gopher://localhost/1/echo/ - Hi, world! + $ gopher-client gopher://localhost/1/echo?something + Hi, world! You said: something ## usage