hg.1: simplify synopsis
authorMartin Geisler <mg@lazybytes.net>
Wed, 10 Jun 2009 01:09:21 +0200
changeset 8774 dbb258564651
parent 8773 bf8ff9e8a506
child 8775 8e15f4afdf06
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.
doc/hg.1.txt
--- 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
 -----------