mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
tweak wording
This commit is contained in:
parent
24ea85cbae
commit
1d8fd1437b
4 changed files with 4 additions and 4 deletions
2
LICENSE
2
LICENSE
|
@ -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
|
||||
|
|
|
@ -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
0
aqt/main.py
Executable file → Normal file
0
aqt/sync.py
Executable file → Normal file
0
aqt/sync.py
Executable file → Normal file
Loading…
Reference in a new issue