diff options
Diffstat (limited to 'doc/manual/command-ref/nix-shell.xml')
-rw-r--r-- | doc/manual/command-ref/nix-shell.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/manual/command-ref/nix-shell.xml b/doc/manual/command-ref/nix-shell.xml index c64c93ec3ac2..62d026ac238e 100644 --- a/doc/manual/command-ref/nix-shell.xml +++ b/doc/manual/command-ref/nix-shell.xml @@ -33,13 +33,13 @@ <arg><option>--exclude</option> <replaceable>regexp</replaceable></arg> <arg><option>--pure</option></arg> <group choice='req'> - <group choice='plain'> - <group> + <arg choice='plain'> + <group choice='req'> <arg choice='plain'><option>--packages</option></arg> <arg choice='plain'><option>-p</option></arg> </group> - <replaceable>packages</replaceable> - </group> + <arg choice='plain' rep='repeat'><replaceable>packages</replaceable></arg> + </arg> <arg><replaceable>path</replaceable></arg> </group> </cmdsynopsis> @@ -144,7 +144,7 @@ also <xref linkend="sec-common-options" />.</phrase></para> </varlistentry> - <varlistentry><term><option>--packages</option> / <option>-p</option></term> + <varlistentry><term><option>--packages</option> / <option>-p</option> <replaceable>packages</replaceable>…</term> <listitem><para>Set up an environment in which the specified packages are present. The command line arguments are interpreted |