From 2a908d6a0ecb1295f5368acf294862cbf63e52b4 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Thu, 21 Feb 2013 19:05:56 -0800 Subject: Added help command and purge command. --- bin/spack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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) -- cgit v1.2.3-70-g09d2