~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to doc/en/cmdline_options.en.txt

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2014-09-28 17:41:10 UTC
  • mfrom: (29.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140928174110-bwlsn7gqmqfftnmb
Tags: 1.0.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*-a*, *--no-connect*::
2
 
    Disable auto-connect to servers when WeeChat is starting.
3
 
 
4
 
*-c*, *--colors*::
5
 
    Display default colors in terminal.
6
 
 
7
 
*-d*, *--dir* '<path>'::
8
 
    Set path as home for WeeChat (used for configuration files, logs, user
9
 
    plugins and scripts), default value is '~/.weechat' (note: directory is
10
 
    created if not found by WeeChat).
11
 
 
12
 
*-h*, *--help*::
13
 
    Display help.
14
 
 
15
 
*-l*, *--license*::
16
 
    Display WeeChat license.
17
 
 
18
 
*-p*, *--no-plugin*::
19
 
    Disable plugins auto-load.
20
 
 
21
 
*-r*, *--run-command* '<command>'::
22
 
    Run command(s) after startup (many commands can be separated by semicolons).
23
 
 
24
 
*-s*, *--no-script*::
25
 
    Disable scripts auto-load.
26
 
 
27
 
*--upgrade*::
28
 
    Upgrade WeeChat using session files generated with command `/upgrade -quit`.
29
 
 
30
 
*-v*, *--version*::
31
 
    Display WeeChat version.
32
 
 
33
 
*plugin:option*::
34
 
    Option for a plugin.