changeset 8774:dbb258564651

hg.1: simplify synopsis Now that arguments can be mixed with options we can simplify the synopsis considerably. Also, highlighting the command name in bold (instead of italics) seem to be the standard convention.
author Martin Geisler <mg@lazybytes.net>
date Wed, 10 Jun 2009 01:09:21 +0200
parents bf8ff9e8a506
children 8e15f4afdf06
files doc/hg.1.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hg.1.txt	Wed Jun 10 00:55:57 2009 +0200
+++ b/doc/hg.1.txt	Wed Jun 10 01:09:21 2009 +0200
@@ -10,7 +10,7 @@
 
 SYNOPSIS
 --------
-'hg' [global option]... <command> [command/global option]... [argument]...
+*hg* 'command' ['option']... ['argument']...
 
 DESCRIPTION
 -----------