summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2013-02-21 19:05:56 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2013-02-21 19:05:56 -0800
commit2a908d6a0ecb1295f5368acf294862cbf63e52b4 (patch)
treeca7b5dadd890f5ca8827be1f96251e73338a68b7 /bin
parent705447bdc2305eca4a46e0442212e073e547096a (diff)
downloadspack-2a908d6a0ecb1295f5368acf294862cbf63e52b4.tar.gz
spack-2a908d6a0ecb1295f5368acf294862cbf63e52b4.tar.bz2
spack-2a908d6a0ecb1295f5368acf294862cbf63e52b4.tar.xz
spack-2a908d6a0ecb1295f5368acf294862cbf63e52b4.zip
Added help command and purge command.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spack2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spack b/bin/spack
index 3cb3c7f423..53b4cf3dac 100755
--- a/bin/spack
+++ b/bin/spack
@@ -38,4 +38,4 @@ spack.verbose = args.verbose
# Try to load the particular command asked for and run it
command = spack.cmd.get_command(args.command)
-command(args)
+command(parser, args)