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

pull: Remove duplicate '--dry-run' description.

Reported by pkill9.

* guix/scripts/pull.scm (show-help): Remove duplicate '--dry-run'
description.
parent 238589e5
No related branches found
No related tags found
No related merge requests found
......@@ -91,8 +91,6 @@ (define (show-help)
(display (G_ "
-p, --profile=PROFILE use PROFILE instead of ~/.config/guix/current"))
(display (G_ "
-n, --dry-run show what would be pulled and built"))
(display (G_ "
-v, --verbosity=LEVEL use the given verbosity LEVEL"))
(display (G_ "
-s, --system=SYSTEM attempt to build for SYSTEM--e.g., \"i686-linux\""))
......
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