summaryrefslogtreecommitdiff
path: root/guix/scripts/environment.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/scripts/environment.scm')
-rw-r--r--guix/scripts/environment.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm
index afe255fa4a..c53912ed54 100644
--- a/guix/scripts/environment.scm
+++ b/guix/scripts/environment.scm
@@ -1016,9 +1016,9 @@ command-line option processing with 'parse-command-line'."
(when (and (not container?) user)
(leave (G_ "'--user' cannot be used without '--container'~%")))
(when (and (not container?) no-cwd?)
- (leave (G_ "--no-cwd cannot be used without --container~%")))
+ (leave (G_ "--no-cwd cannot be used without '--container'~%")))
(when (and (not container?) emulate-fhs?)
- (leave (G_ "'--emulate-fhs' cannot be used without '--container~'%")))
+ (leave (G_ "'--emulate-fhs' cannot be used without '--container~%'")))
(with-store/maybe store