mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
scripts: system: Expand some help messages.
* guix/scripts/system.scm (show-help): Add to '--share=SPEC' and '--expose=SPEC' that it also works for containers.
This commit is contained in:
parent
b8477cab7b
commit
da09b47b94
1 changed files with 5 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
;;; Copyright © 2019 Christopher Baines <mail@cbaines.net>
|
;;; Copyright © 2019 Christopher Baines <mail@cbaines.net>
|
||||||
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu>
|
||||||
|
;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -956,9 +957,11 @@ Some ACTIONS support additional ARGS.\n"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
--save-provenance save provenance information"))
|
--save-provenance save provenance information"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
--share=SPEC for 'vm', share host file system according to SPEC"))
|
--share=SPEC for 'vm' and 'container', share host file system with
|
||||||
|
read/write access according to SPEC"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
--expose=SPEC for 'vm', expose host file system according to SPEC"))
|
--expose=SPEC for 'vm' and 'container', expose host file system
|
||||||
|
directory as read-only according to SPEC"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
-N, --network for 'container', allow containers to access the network"))
|
-N, --network for 'container', allow containers to access the network"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue