aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-05 14:51:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-05 14:51:10 +0200
commit3209cd2c39a3c529cf89acfca5502aa00bda3d81 (patch)
treef2aee363b048190718ad8e092f0e006a27d75ed6
parent46137ddb2a7bab4ee1e67ea36c4f72dae25341a6 (diff)
Style/naming cleanup in man synopsis
-rw-r--r--clean/clean.cli6
-rw-r--r--load/load.cli6
-rw-r--r--migrate/migrate.cli8
3 files changed, 10 insertions, 10 deletions
diff --git a/clean/clean.cli b/clean/clean.cli
index c80c1b1..b74cd9e 100644
--- a/clean/clean.cli
+++ b/clean/clean.cli
@@ -17,9 +17,9 @@ include <clean/options-types.hxx>;
"\h|SYNOPSIS|
- \cb{brep-clean --help}\n
- \cb{brep-clean --version}\n
- \c{\b{brep-clean} [<options>] <buildtab>}
+ \c{\b{brep-clean --help}\n
+ \b{brep-clean --version}\n
+ \b{brep-clean} [<options>] <buildtab>}
\h|DESCRIPTION|
diff --git a/load/load.cli b/load/load.cli
index 826d997..d61a720 100644
--- a/load/load.cli
+++ b/load/load.cli
@@ -17,9 +17,9 @@ include <libbrep/types.hxx>;
"\h|SYNOPSIS|
- \cb{brep-load --help}\n
- \cb{brep-load --version}\n
- \c{\b{brep-load} [<options>] <loadtab>}
+ \c{\b{brep-load --help}\n
+ \b{brep-load --version}\n
+ \b{brep-load} [<options>] <loadtab>}
\h|DESCRIPTION|
diff --git a/migrate/migrate.cli b/migrate/migrate.cli
index 1a86626..4098f48 100644
--- a/migrate/migrate.cli
+++ b/migrate/migrate.cli
@@ -11,13 +11,13 @@ include <cstdint>; // uint16_t
"\summary=create/drop/migrate brep databases"
{
- "<options>",
+ "<options> <schema>",
"\h|SYNOPSIS|
- \cb{brep-migrate --help}\n
- \cb{brep-migrate --version}\n
- \c{\b{brep-migrate} [<options>] <schema>}
+ \c{\b{brep-migrate --help}\n
+ \b{brep-migrate --version}\n
+ \b{brep-migrate} [<options>] <schema>}
\h|DESCRIPTION|