tweak wording

This commit is contained in:
Damien Elmes 2012-04-24 13:42:12 +09:00
parent 24ea85cbae
commit 1d8fd1437b
4 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ be used in both licenses.
Please see LICENSE.logo for the copyright and license of Anki's logo.
The translations are under BSD copyright, as mandated by Launchpad. The icons
are a mix of GPL or more liberate licenses; most were taken from standard
are a mix of GPL or more liberal licenses; most were taken from standard
icons installed on a Linux system.
Please see the LICENESE file in the libanki package for additional license

View file

@ -126,9 +126,9 @@ def run():
import optparse
parser = optparse.OptionParser()
parser.usage = "%prog [OPTIONS]"
parser.add_option("-b", "--base", help="Path to base folder")
parser.add_option("-p", "--profile", help="Profile name to load")
parser.add_option("-l", "--lang", help="Interface language (en, de, etc)")
parser.add_option("-b", "--base", help="path to base folder")
parser.add_option("-p", "--profile", help="profile name to load")
parser.add_option("-l", "--lang", help="interface language (en, de, etc)")
(opts, args) = parser.parse_args(sys.argv[1:])
opts.base = unicode(opts.base or "", sys.getfilesystemencoding())
opts.profile = unicode(opts.profile or "", sys.getfilesystemencoding())

0
aqt/main.py Executable file → Normal file
View file

0
aqt/sync.py Executable file → Normal file
View file