1 parent 3ad43e8 commit 2bcadb5Copy full SHA for 2bcadb5
1 file changed
docs/index.adoc
@@ -10113,6 +10113,11 @@ usage.description.1 = second line
10113
usage.description.2 = third line
10114
usage.synopsisHeading = Usage:\u0020
10115
10116
+# For subcommands, prefix the entry with the top-level command name.
10117
+# For example, if the name of the top-level command is MYTOPCOMMAND with a help subcommand,
10118
+# then this is how to change the help subcommand main description:
10119
+MYTOPCOMMAND.help.usage.header = MY CUSTOM HELP HEADER
10120
+
10121
# Leading whitespace is removed by default.
10122
# Start with \u0020 to keep the leading whitespace.
10123
usage.customSynopsis.0 = Usage: ln [OPTION]... [-T] TARGET LINK_NAME (1st form)
0 commit comments