[Commits] [wesnoth/wesnoth] d0d95f: wam: Use a tuple for the --change-passphrase argum...
GitHub
noreply at github.com
Thu Jun 12 04:29:22 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: d0d95f2f9f7afe3e5e5e39fc68bbcbeed3aad75d
https://github.com/wesnoth/wesnoth/commit/d0d95f2f9f7afe3e5e5e39fc68bbcbeed3aad75d
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M data/tools/wesnoth_addon_manager
Log Message:
-----------
wam: Use a tuple for the --change-passphrase argument's metavar
Fixes its help entry looking like this:
> --change-passphrase ADD-ON OLD NEW ADD-ON OLD NEW ADD-ON OLD NEW
> Change the passphrase for ADD-ON from OLD to NEW
When it really should look like this:
> --change-passphrase ADD-ON OLD NEW
> Change the passphrase for ADD-ON from OLD to NEW
More information about the Commits
mailing list