Skip to content

Commit a9c5439

Browse files
committed
bold
1 parent 8b876a3 commit a9c5439

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

doc/man/man1/cmdshelf-blob.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.SH "NAME"
33
cmdshelf-blob - Manage blobs
44
.SH "SYNOPSIS"
5-
\fIcmdshelf blob\fR <command> [<args>]
5+
\fBcmdshelf blob\fR <command> [<args>]
66
.SH "DESCRIPTION"
77
.TP
88
The blob subcommand manages blobs.

doc/man/man1/cmdshelf-cat.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.SH "NAME"
33
cmdshelf-cat - Concatenate and print command(s).
44
.SH "SYNOPSIS"
5-
\fIcmdshelf cat\fR [[<remoteName>:]<command>]
5+
\fBcmdshelf cat\fR [[<remoteName>:]<command>]
66
.SH "DESCRIPTION"
77
.TP
88
The cat subcommand reads commands script files sequentially, writing them to the standard output.

doc/man/man1/cmdshelf-list.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.SH "NAME"
33
cmdshelf-list - Show all registered commands.
44
.SH "SYNOPSIS"
5-
\fIcmdshelf list\fR [\-\-path]
5+
\fBcmdshelf list\fR [\-\-path]
66
.SH "DESCRIPTION"
77
.TP
88
The list subcommand lists all commands from remotes and blobs.

doc/man/man1/cmdshelf-remote.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.SH "NAME"
33
cmdshelf-remote - Manage set of tracked repositories
44
.SH "SYNOPSIS"
5-
\fIcmdshelf remote\fR <command> [<args>]
5+
\fBcmdshelf remote\fR <command> [<args>]
66
.SH "DESCRIPTION"
77
.TP
88
Manage the set of repositories ("remotes").

doc/man/man1/cmdshelf-run.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.SH "NAME"
33
cmdshelf-run - Execute command
44
.SH "SYNOPSIS"
5-
\fIcmdshelf run\fR [<remoteName>:]<command> [<args>]
5+
\fBcmdshelf run\fR [<remoteName>:]<command> [<args>]
66
.SH "DESCRIPTION"
77
.TP
88
The run subcommand receives command-alias and whitespace separated list of parameters.
99
.SH "AVOIDING NAMESPACE CONFLICT"
1010
.TP
1111

12-
The \fIrun\fR subcommand picks up first command matches the <command>. If you have same command names from different remotes, add \fI<remoteName>:\fR prefix to to be explicit.
12+
The \fBrun\fR subcommand picks up first command matches the <command>. If you have same command names from different remotes, add <\fBremoteName\fR>: prefix to to be explicit.
1313
e.g. cmdshelf run myRemote:echo-sd hello

doc/man/man1/cmdshelf-update.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.SH "NAME"
33
cmdshelf-update - Update cloned local repositories.
44
.SH "SYNOPSIS"
5-
\fIcmdshelf update\fR
5+
\fBcmdshelf update\fR
66
.SH "DESCRIPTION"
77
.TP
8-
The \fIupdate\fR subcommand updates each cloned repositories.
8+
The \fBupdate\fR subcommand updates each cloned repositories.

0 commit comments

Comments
 (0)