ni_nitdoc: fixed sinature links
[nit.git] / examples / socket_client.nit
index adc69ff..d7659e7 100644 (file)
@@ -20,7 +20,7 @@ module socket_client
 import socket
 
 if args.length < 2 then
-       print "Usage : {program_name} <host> <port>"
+       print "Usage : socket_client <host> <port>"
        return
 end