Skip to content

Commit

Permalink
sage --package properties: Update help
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jan 14, 2024
1 parent 3e5c66b commit 8ff9e85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/sage_bootstrap/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def properties(self, *package_classes, props=['path', 'version_with_patchlevel',
"""
Show the properties of given packages
$ sage --package properties maxima
$ sage --package properties --format shell maxima
path_maxima='........./build/pkgs/maxima'
version_with_patchlevel_maxima='5.46.0'
type_maxima='standard'
Expand Down
8 changes: 6 additions & 2 deletions build/sage_bootstrap/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,12 @@
EXAMPLE:
$ sage --package properties maxima
version_maxima='5.46.0'
type_maxima='standard'
maxima:
path: /.../build/pkgs/maxima
version_with_patchlevel: 5.46.0
type: standard
source: normal
trees: SAGE_LOCAL
"""


Expand Down

0 comments on commit 8ff9e85

Please sign in to comment.