about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2017-04-24T08·49+0200
committerGitHub <noreply@github.com>2017-04-24T08·49+0200
commit240399e059aa611c187305b4e0d134d5d5d3179d (patch)
tree7182cc5ccd3b57e79d61760baef6966500b389f3 /doc
parent8d6af08530647444784713519749b82c5ec496fd (diff)
parent111d347237d7f313ab9acfafc0de859715c31564 (diff)
Merge pull request #1351 from earldouglas/ellipses
Drop misleading ellipses
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/introduction/quick-start.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/introduction/quick-start.xml b/doc/manual/introduction/quick-start.xml
index 5ae9f6ad54..aa239b7538 100644
--- a/doc/manual/introduction/quick-start.xml
+++ b/doc/manual/introduction/quick-start.xml
@@ -40,7 +40,7 @@ libxslt-1.1.28
 <step><para>Install some packages from the channel:
 
 <screen>
-$ nix-env -i hello <replaceable>...</replaceable> </screen>
+$ nix-env -i hello</screen>
 
 This should download pre-built packages; it should not build them
 locally (if it does, something went wrong).</para></step>