We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f207f90 commit e506e6bCopy full SHA for e506e6b
docs/source/getting_started_guide/trying_sample_commands.rst
@@ -11,17 +11,17 @@ Try Sample Commands
11
12
receptorctl --socket /tmp/foo.sock status
13
14
-2. Ping node mal from node foo
+2. Ping node baz from node foo
15
16
.. code-block:: bash
17
18
- receptorctl --socket /tmp/foo.sock ping mal
+ receptorctl --socket /tmp/foo.sock ping baz
19
20
-3. Submit work from foo to mal and stream results back to foo
+3. Submit work from foo to baz and stream results back to foo
21
22
23
24
- seq 10 | receptorctl --socket /tmp/foo.sock work submit --node mal echo --payload - -f
+ seq 10 | receptorctl --socket /tmp/foo.sock work submit --node baz echo --payload - -f
25
26
4. List work units
27
0 commit comments