Commit graph

104 commits

Author SHA1 Message Date
josteph
ae4ef058ed manpage: Fix option name typos and update documentation of --render-image. 2018-09-26 18:16:52 +11:00
josteph
f7be872da2 Commandline: Add --campaign-skip-story option
Fixes #3472
2018-09-21 12:17:40 +03:00
Iris Morelle
d05de7ced8 doc/wesnoth(6): 'none' is a keyword in the --log-<level> description
[ci skip]
2018-06-12 03:40:15 -04:00
Severin Glöckner
36026a5ff7 manpages: clarify deprecation logdomain
[ci skip]
2018-05-21 09:14:07 +02:00
Celtic Minstrel
691435ed4c Documentation for the translation completeness command-line flags 2018-05-19 16:19:13 -04:00
Wedge009
f1bcdc7f1b Update text to match changes in dialogues (fixes #2882).
[ci skip]
2018-05-06 18:40:35 +02:00
Iris Morelle
006bd4d099 Fix wesnoth(6) claiming the default log level is error
It's been warning since version 1.9.0.

[ci skip]
2018-05-03 14:08:14 -03:00
Celtic Minstrel
49ad25fc69 Document --log-none command line option
This reverts commit e1ac4298eaf5bee6c885263e179588a051de24a8.
2018-03-18 16:51:39 -04:00
Matthias Krüger
1a09ba1c75 doc: fix some typos 2018-02-06 23:03:06 +11:00
Gregory A Lundberg
b5f76eff79
Bump copyright to 2018 2018-01-19 00:02:20 -06:00
Wedge009
3df86a0f6c Spelling corrections for 19b1f0a6 and 9b7db054.
I don't think these can be covered by utils/pofix.py, so correcting these directly.

[ci skip]
2017-09-26 16:39:32 +10:00
Severin Glöckner
8c2bdba598 manpage, small corrections
[ci skip]
2017-09-17 03:27:01 +02:00
Severin Glöckner
835731f083 manpage: remove some cases of double whitespaces (if an . was followed by an linebreak)
thanks to jyrkive for pointing out that wesnoth auto-detects the screen refresh rate and targets it

[ci skip]
2017-09-07 12:50:27 +02:00
Severin Glöckner
0f4f1e9509 manpage: spelling adjustment
[ci skip]
2017-09-07 02:05:04 +02:00
Severin Glöckner
9b7db05402 miscellaneous manpage fixes
[ci skip]
2017-09-07 01:24:13 +02:00
Severin Glöckner
8e7a65ec5f clarify manpage options for -e (extends bf49214)
[ci skip]
2017-06-28 15:04:18 +02:00
Severin Glöckner
114c428d05 update dates in the manpages
- for the copyright
 - for last updated

[ci skip]
2017-05-30 12:11:51 +02:00
Shiki
5c4e4ed349 move --core entry in the manpage down to have it in alphabetical order (#1731)
[ci skip]
2017-05-28 03:15:27 -04:00
Luther
2548529f84 Clarify the man page for options that take optional arguments (bug 1670) (#1718) 2017-05-23 20:27:23 -04:00
Ignacio R. Morelle
98883d0d0c Add new --report/-R switch to generate an info dump for bug reports
This is intended to be used instead of the Game Version dialog's
clipboard text report in the event that Wesnoth cannot reach the
titlescreen or the dialog for some reason.

Unlike the --version info dump, it performs various calls to the
filesystem API which have potential side-effects on the environment
(namely, creating a user data directory structure if none existed before
running the command). It seems highly improper for a program's --version
switch to perform any actions other than printing text to its parent
terminal, hence I thought it would be better to add a new switch with a
more active phrasing, also reflected in its accompanying documentation.

Ultimately, this and its UI counterpart should be used by 1.14 players
as part of the bug reporting process, preferably as a mandatory step
before submitting new reports on GH or the forums.
2017-05-22 00:05:11 -04:00
Celtic Minstrel
f5bfa4dff5 Update manpage
This does several things:
- Make the formatting consistent, using underline instead of <angle brackets> for all arguments
- Add many missing switches; some experimental/dev ones are still not listed though
- Ensure all switches are listed in alphabetical order
- Fix some inaccurate details
- Minor fixes to the output of --help

In addition, the following additional switches now force a console on Windows:
--nogui
--logdomains
--path
--render-image
--screenshot
--data-path
--userdata-path
--userconfig-path
--version
2016-03-26 16:39:43 -04:00
Celtic Minstrel
13d52154fc Add missing --noaddons and -u flags to manpage 2016-03-02 15:44:34 -05:00
Chris Beck
ba51524f6e update copyright to year 2016
using this shell script:

find src -type f -print0 | xargs -0 sed -i "s|Copyright (C) \([[:digit:]]*\)\([ ]*\)-\([ ]*\)2015|Copyright (C) \1\2-\32016|g"
2016-01-02 23:59:31 -05:00
Wedge009
00703abf70 'as well' is two words 2015-12-11 22:58:42 +11:00
Ignacio R. Morelle
7c5fbd2d75 man: Update documentation relevant to bug #23753 2015-12-10 18:59:58 -03:00
Alexander van Gessel
8219e4be8f Add --data-path option 2013-12-28 14:12:42 +01:00
Alexander van Gessel
63cf0fe6e3 documentation about --user{config,data}-{dir,path} 2013-12-28 14:12:23 +01:00
flix
d42e949a39 Update manpage. 2013-10-07 02:14:25 +02:00
Matthias Schoeck
eb49509f9a Add --ignore-map-settings multiplayer commandline option 2013-01-17 04:42:17 +00:00
Mark de Wever
43b71f2ff0 New year copyright update. 2013-01-01 09:22:03 +00:00
Nils Kneuper
94c3a8883f fixed manpages: lines musn't start with a '.'...
...unless a macro is to be used or the tools for translations will
break badly
2012-08-18 07:43:27 +00:00
Timotei Dolean
65edbc572a Update the man page. Fixes bug #19248 2012-07-14 17:41:48 +00:00
Gabriel Morin
46b997d11d Added --username and --password options.
Together with the --server option they allow starting several clients
that all join the server automatically.

When these options are used, preferences are not saved.
man page updated, hope I didn't miss anything.
2012-02-04 12:02:41 +00:00
Nils Kneuper
4ab811a879 add corrected entries for the --campaign commandline switch
to the manpage (fixed bug #19245)
2012-01-06 11:02:37 +00:00
Sergey Popov
945358cc3f Remove --new-syntax from the man page. 2011-12-20 20:04:56 +00:00
Steven Panek
37a2372343 'on-line' -> 'online'. 2011-11-15 23:56:46 +00:00
Sytyi Nick
8c74ce90d1 Added --strict-validation command line option.
(Validation errors are treated as fatal)
2011-08-17 22:26:10 +00:00
Lukasz Dobrogowski
acbc4f3d1a Added information about --new-syntax to manpage 2011-05-29 10:17:20 +00:00
Timotei Dolean
69bf8627ef update "-c" command line's help section 2011-05-23 20:02:19 +00:00
Nils Kneuper
a4fbd98fd8 removed --smallgui from --help output...
...as well as from the manpages since it is no longer required

(some small leftovers, especially at unit tests are still there,
someone else has to test those)
2011-03-11 15:49:21 +00:00
Mark de Wever
9f0e16e724 Some more new year updates. 2011-01-01 20:57:22 +00:00
Ali El Gariani
cd60975287 Clarify --help and manpage about recent changes of --logdomains 2010-08-16 01:10:49 +00:00
Timotei Dolean
379c4a222b allow skipping data/core in the '--preprocess' command...
...through define SKIP_CORE
2010-08-05 11:23:26 +00:00
Timotei Dolean
dc33534a37 add command line '--preprocess-input-macros' for specifying...
...a [preproc_define] file with macros
2010-08-04 21:34:43 +00:00
Timotei Dolean
5926fab02d add command line "--preprocess-output-macros" for writing...
...the preprocessed macros to file
2010-08-04 21:34:13 +00:00
Timotei Dolean
e2a387290c documentation for 'allow absolute paths for the --config-dir commandline' 2010-07-27 19:07:05 +00:00
Eric S. Raymond
8cb06d71d1 Fixes suggested by SpellingMistakes,
...moostly with pofix.py support so as to minimize load on the
translators.
2010-07-13 05:11:23 +00:00
Timotei Dolean
f4f17e05aa "-datadir" will be now "--data-dir" according to naming rules 2010-07-05 15:54:20 +00:00
Timotei Dolean
02df2a13fb eclipse plugin: some clarifications regarding "preprocess" commandline 2010-05-21 18:12:00 +00:00
Timotei Dolean
f3629f4c43 added a new command line "datadir"...
...to explicitly override the data directory
2010-05-19 18:27:42 +00:00