Skip to content

Commit 5e337f5

Browse files
fihuerthiell
authored andcommitted
doc: fix typo, %r is not for rank
1 parent b270dfb commit 5e337f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/man/man1/clush.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Instead of running provided command on remote nodes, \fBclush\fP can use the
134134
dedicated \fIexec\fP worker to launch the command \fIlocally\fP, for each node.
135135
Some parameters could be used in the command line to make a different
136136
command for each node. \fB%h\fP or \fB%host\fP will be replaced by node name and
137-
\fB%r\fP or \fB%rank\fP by the remote rank [0\-N] (to get a literal % use %%)
137+
\fB%n\fP or \fB%rank\fP by the remote rank [0\-N] (to get a literal % use %%)
138138
.TP
139139
.B File copying mode ( \fB\-\-copy\fP )
140140
When \fBclush\fP is started with the \fB\-c\fP or \fB\-\-copy\fP option, it will

doc/txt/clush.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Local execution ( ``--worker=exec`` or ``-R exec`` )
106106
dedicated *exec* worker to launch the command *locally*, for each node.
107107
Some parameters could be used in the command line to make a different
108108
command for each node. ``%h`` or ``%host`` will be replaced by node name and
109-
``%r`` or ``%rank`` by the remote rank [0-N] (to get a literal % use %%)
109+
``%n`` or ``%rank`` by the remote rank [0-N] (to get a literal % use %%)
110110

111111
File copying mode ( ``--copy`` )
112112
When ``clush`` is started with the ``-c`` or ``--copy`` option, it will

0 commit comments

Comments
 (0)