Skip to content

Commit 8ff9e85

Browse files
author
Matthias Koeppe
committed
sage --package properties: Update help
1 parent 3e5c66b commit 8ff9e85

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

build/sage_bootstrap/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def properties(self, *package_classes, props=['path', 'version_with_patchlevel',
8282
"""
8383
Show the properties of given packages
8484
85-
$ sage --package properties maxima
85+
$ sage --package properties --format shell maxima
8686
path_maxima='........./build/pkgs/maxima'
8787
version_with_patchlevel_maxima='5.46.0'
8888
type_maxima='standard'

build/sage_bootstrap/cmdline.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,12 @@
9090
EXAMPLE:
9191
9292
$ sage --package properties maxima
93-
version_maxima='5.46.0'
94-
type_maxima='standard'
93+
maxima:
94+
path: /.../build/pkgs/maxima
95+
version_with_patchlevel: 5.46.0
96+
type: standard
97+
source: normal
98+
trees: SAGE_LOCAL
9599
"""
96100

97101

0 commit comments

Comments
 (0)