summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authordol-sen <brian.dolbec@gmail.com>2011-05-10 23:46:34 -0700
committerdol-sen <brian.dolbec@gmail.com>2011-05-11 00:07:11 -0700
commitf0493e2db3e52bf919d8b4798332bbae7e31d50c (patch)
treefe511f1541c8b277fb49424eb3c37497b71d585e /bin
parentd1b60d492ca1ba845facb7a94ddfe56620584c36 (diff)
downloadgentoolkit-f0493e2db3e52bf919d8b4798332bbae7e31d50c.tar.gz
analyse namespace change to enalyze and standardize the spelling to use the 'z' variant.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/enalyze (renamed from bin/analyse)6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/analyse b/bin/enalyze
index a90410b..e48c5b4 100755
--- a/bin/analyse
+++ b/bin/enalyze
@@ -6,7 +6,7 @@
#
# $Header$
-"""'analyse' is a flexible utility for Gentoo linux which can display various
+"""'enalyze' is a flexible utility for Gentoo linux which can display various
information about installed packages, such as the USE flags used and the
packages that use them. It can also be used to help rebuild /etc/portage/package.*
files in the event of corruption, and possibly more.
@@ -33,10 +33,10 @@ except KeyboardInterrupt:
print()
sys.exit(1)
-from gentoolkit import analyse, errors
+from gentoolkit import enalyze, errors
try:
- analyse.main()
+ enalyze.main()
except errors.GentoolkitException as err:
if '--debug' in sys.argv:
raise