Shorter help strings.
This commit is contained in:
parent
1a424c124c
commit
0d044cdc1b
@ -38,7 +38,7 @@
|
|||||||
from spack.stage import Stage, FailedDownloadError
|
from spack.stage import Stage, FailedDownloadError
|
||||||
from spack.version import *
|
from spack.version import *
|
||||||
|
|
||||||
description ="Checksum available versions of a package to update a package file."
|
description ="Checksum available versions of a package."
|
||||||
|
|
||||||
def setup_parser(subparser):
|
def setup_parser(subparser):
|
||||||
subparser.add_argument(
|
subparser.add_argument(
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
import spack
|
import spack
|
||||||
from spack.util.executable import *
|
from spack.util.executable import *
|
||||||
|
|
||||||
description = "Query packages associated with particular git revisions in spack."
|
description = "Query packages associated with particular git revisions."
|
||||||
|
|
||||||
def setup_parser(subparser):
|
def setup_parser(subparser):
|
||||||
sp = subparser.add_subparsers(
|
sp = subparser.add_subparsers(
|
||||||
|
Loading…
Reference in New Issue
Block a user