From 1d8fd1437b86516201472f1fdd51c09aa4bad8c7 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 24 Apr 2012 13:42:12 +0900 Subject: [PATCH] tweak wording --- LICENSE | 2 +- aqt/__init__.py | 6 +++--- aqt/main.py | 0 aqt/sync.py | 0 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 aqt/main.py mode change 100755 => 100644 aqt/sync.py diff --git a/LICENSE b/LICENSE index ba4ca06c5..bcc16208f 100644 --- a/LICENSE +++ b/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 diff --git a/aqt/__init__.py b/aqt/__init__.py index 57b942e6a..aa014ec7e 100644 --- a/aqt/__init__.py +++ b/aqt/__init__.py @@ -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()) diff --git a/aqt/main.py b/aqt/main.py old mode 100755 new mode 100644 diff --git a/aqt/sync.py b/aqt/sync.py old mode 100755 new mode 100644