Commit graph

113 commits

Author SHA1 Message Date
Celtic Minstrel
5ac95eae08 Add --output option to redirect diff/patch output to a file of your choice 2019-08-30 23:23:10 -04:00
Celtic Minstrel
d4c6f1e5f0 Add a command-line interface to the WML diff functionalityNote that this is only useful for WML documents that do not require preprocessing. 2019-08-30 23:23:10 -04:00
Severin Glöckner
cf102bd161 manpages: document how to set an empty side
[ci skip]
2019-06-14 01:59:20 +02:00
Severin Glöckner
e8cc7f22bf commandline: remove --path option 2019-01-05 06:53:32 +01:00
Severin Glöckner
404d49534f manpages: no need for a dot here
[ci skip]
2018-12-23 21:24:29 +01:00
Severin Glöckner
717feb22ec Fix path documentation of deprecated option
This wasn't in a release before
[ci skip]
2018-12-12 22:27:49 +01:00
Celtic Minstrel
22d8592164 Document schema validation short options and make --validate imply --wconsole on Windows 2018-11-13 23:17:17 -05:00
Celtic Minstrel
8ef0c1734d Add several command-line options to invoke the schema validator 2018-11-03 17:09:25 -04:00
Severin Glöckner
a1adce8ca3 manpage: add missing options
fixes #3537

[ci skip]
2018-10-14 12:11:19 +03:00
josteph
97d1fcd3bc manpage: Fix option name typos and update documentation of --render-image.
(cherry-picked from commit ae4ef058ed)
2018-10-07 03:25:22 +00:00
josteph
d443df9be1 Commandline: Add --campaign-skip-story option
Fixes #3472

(cherry-picked from commit f7be872da2)
2018-10-07 03:25:19 +00:00
Iris Morelle
8ebc39fab2 doc/wesnoth(6): 'none' is a keyword in the --log-<level> description
[ci skip]

(cherry-picked from commit d05de7ced8)
2018-10-07 03:22:35 +00:00
Severin Glöckner
d8ffa70062 manpages: clarify deprecation logdomain
[ci skip]

(cherry-picked from commit 36026a5ff7)
2018-10-07 03:21:32 +00:00
Celtic Minstrel
c9c869b72b Documentation for the translation completeness command-line flags
(cherry-picked from commit 691435ed4c)
2018-10-07 03:21:25 +00:00
Wedge009
0b98ddd96b Update text to match changes in dialogues (fixes #2882).
[ci skip]

(cherry-picked from commit f1bcdc7f1b)
2018-10-07 03:20:34 +00:00
Iris Morelle
bd75565c7e Fix wesnoth(6) claiming the default log level is error
It's been warning since version 1.9.0.

[ci skip]

(cherry-picked from commit 006bd4d099)
2018-10-07 03:20:12 +00:00
Celtic Minstrel
ea63a148cb Document --log-none command line option
This reverts commit e1ac4298eaf5bee6c885263e179588a051de24a8.

(cherry-picked from commit 49ad25fc69)
2018-10-07 03:17:58 +00: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