X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-web--browse.txt;h=51e8e0af1e7ff37ce4abfe53b6d52e9935b536a8;hb=5a7a0fae8f964b5ad179018d6a50f25ef7550f97;hp=75720491b29e29135cc486b8280b2fbf0d166f4e;hpb=cc64c6970a0d50ecb75ba902d406bac7ea461f97;p=git.git diff --git a/Documentation/git-web--browse.txt b/Documentation/git-web--browse.txt index 75720491b..51e8e0af1 100644 --- a/Documentation/git-web--browse.txt +++ b/Documentation/git-web--browse.txt @@ -1,5 +1,5 @@ -git-web--browse(1) -================== +git-web{litdd}browse(1) +======================= NAME ---- @@ -7,7 +7,7 @@ git-web--browse - git helper script to launch a web browser SYNOPSIS -------- -'git web--browse' [OPTIONS] URL/FILE ... +'git web{litdd}browse' [OPTIONS] URL/FILE ... DESCRIPTION ----------- @@ -32,19 +32,19 @@ Custom commands may also be specified. OPTIONS ------- --b BROWSER:: ---browser=BROWSER:: - Use the specified BROWSER. It must be in the list of supported +-b :: +--browser=:: + Use the specified browser. It must be in the list of supported browsers. --t BROWSER:: ---tool=BROWSER:: +-t :: +--tool=:: Same as above. --c CONF.VAR:: ---config=CONF.VAR:: +-c :: +--config=:: CONF.VAR is looked up in the git config files. If it's set, - then its value specify the browser that should be used. + then its value specifies the browser that should be used. CONFIGURATION VARIABLES ----------------------- @@ -71,7 +71,7 @@ browser..cmd When the browser, specified by options or configuration variables, is not among the supported ones, then the corresponding 'browser..cmd' configuration variable will be looked up. If this -variable exists then 'git web--browse' will treat the specified tool +variable exists then 'git web{litdd}browse' will treat the specified tool as a custom command and will use a shell eval to run the command with the URLs passed as arguments.