[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: pull: Remove duplicate '--dry-run' description.
From: |
guix-commits |
Subject: |
03/09: pull: Remove duplicate '--dry-run' description. |
Date: |
Wed, 10 Apr 2019 11:17:50 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 08d0f950b3ad936b859064c070be16548684cbd1
Author: Ludovic Courtès <address@hidden>
Date: Wed Apr 10 16:13:51 2019 +0200
pull: Remove duplicate '--dry-run' description.
Reported by pkill9.
* guix/scripts/pull.scm (show-help): Remove duplicate '--dry-run'
description.
---
guix/scripts/pull.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index 2aaf1cc..55137fc 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -91,8 +91,6 @@ Download and deploy the latest version of Guix.\n"))
(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\""))
- branch master updated (eff3a9b -> 3e4e74c), guix-commits, 2019/04/10
- 04/09: Add (guix store roots)., guix-commits, 2019/04/10
- 02/09: ui: Highlight diagnostic format string arguments., guix-commits, 2019/04/10
- 01/09: ui: Colorize hints., guix-commits, 2019/04/10
- 08/09: scripts: GC hint suggests 'guix gc -d 1m'., guix-commits, 2019/04/10
- 07/09: guix gc: Add '--delete-generations'., guix-commits, 2019/04/10
- 05/09: guix gc: Add '--list-roots'., guix-commits, 2019/04/10
- 03/09: pull: Remove duplicate '--dry-run' description.,
guix-commits <=
- 09/09: gnu: kodi: Allow connecting to HTTPS sources., guix-commits, 2019/04/10
- 06/09: profiles: Add 'generation-profile'., guix-commits, 2019/04/10