helloworld print - Print our helloworld message
ssh -p <port> <host> helloworld print [--french] [name]
Prints “Hello world!” or optionally “Bonjour world!”.
--french
Translate to french.
--help
-h
Display usage information.
name
Display given name instead of ‘world’.
Any user who has configured an SSH key.
This command is intended to be used in scripts.
Have the server say hi to the world.
$ ssh -p 29418 review.example.com helloworld print
Have the server say hi to the world in french.
$ ssh -p 29418 review.example.com helloworld print --french
Have the server say hi to you in french.
$ ssh -p 29418 review.example.com helloworld print --french \'Revi Ewer\'
Part of Gerrit Code Review