[Commits] [wesnoth/wesnoth] ae0484: addon_manager: simplify usage
GitHub
noreply at github.com
Mon Feb 12 20:00:58 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: ae048467ede441c358fd5a9193e34a570a7b57c2
https://github.com/wesnoth/wesnoth/commit/ae048467ede441c358fd5a9193e34a570a7b57c2
Author: V N <n1m5spm at yandex.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M data/tools/wesnoth_addon_manager
Log Message:
-----------
addon_manager: simplify usage
To remove an add-on, you now have to use:
--remove ADD_ON PASSPHRASE
instead of:
--password 123 --remove NAME
Also, this commit fixes the badly
documented --password field.
It could previously be read as it can be applied
to any operation, not only removal.
But in fact it could only be used for removal.
Fixes GH-2445
More information about the Commits
mailing list