Skip to content
Snippets Groups Projects
Unverified Commit fb255088 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

size: Default to '--sort=self'.

* guix/scripts/size.scm (%default-options): Change default value for
'profile<?.
* doc/guix.texi (Invoking guix size): Adjust accordingly.
parent c2ffcc44
No related branches found
No related tags found
No related merge requests found
...@@ -6383,10 +6383,10 @@ Use substitute information from @var{urls}. ...@@ -6383,10 +6383,10 @@ Use substitute information from @var{urls}.
Sort lines according to @var{key}, one of the following options: Sort lines according to @var{key}, one of the following options:
   
@table @code @table @code
@item closure
the total size of the item's closure (the default);
@item self @item self
the size of each item. the size of each item (the default);
@item closure
the total size of the item's closure.
@end table @end table
   
@item --map-file=@var{file} @item --map-file=@var{file}
......
...@@ -282,7 +282,7 @@ (define %options ...@@ -282,7 +282,7 @@ (define %options
(define %default-options (define %default-options
`((system . ,(%current-system)) `((system . ,(%current-system))
(profile<? . ,profile-closure<?))) (profile<? . ,profile-self<?)))
;;; ;;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment