Skip to content

Commit bc7d33e

Browse files
author
Matthias Koeppe
committed
build/sage_bootstrap/cmdline.py: Explain default
1 parent 98e321e commit bc7d33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/sage_bootstrap/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def make_parser():
217217
type=str, default=[':all-or-nothing:'], nargs='*',
218218
help=('package name or designator for all packages of a given type '
219219
'(one of :all:, :standard:, :optional:, and :experimental:); '
220-
'default: :all:'))
220+
'default: :all: (or nothing when --include-dependencies or --exclude-dependencies is given'))
221221
parser_list.add_argument(
222222
'--has-file', action='append', default=[], metavar='FILENAME', dest='has_files',
223223
help=('only include packages that have this file in their metadata directory '

0 commit comments

Comments
 (0)