diff doc/hg.1.txt @ 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 593d772434f7
children 8e15f4afdf06
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
 -----------