about summary refs log tree commit diff
path: root/doc/manual/command-ref/nix-channel.xml
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-01-12T01·51+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-01-12T09·56+0100
commitc23d67920ec1d96b930106b256e37b75e6151a19 (patch)
treed80b13dfac39795d931abbd2ff0ded62f3f8969a /doc/manual/command-ref/nix-channel.xml
parent2a3b1df42317b34619b6770f1589f87521d2d6f1 (diff)
doc: `nix-channel --remove` takes a name, not a url
Diffstat (limited to 'doc/manual/command-ref/nix-channel.xml')
-rw-r--r--doc/manual/command-ref/nix-channel.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/command-ref/nix-channel.xml b/doc/manual/command-ref/nix-channel.xml
index b777c6b6b7..531b41fc09 100644
--- a/doc/manual/command-ref/nix-channel.xml
+++ b/doc/manual/command-ref/nix-channel.xml
@@ -21,7 +21,7 @@
     <command>nix-channel</command>
     <group choice='req'>
       <arg choice='plain'><option>--add</option> <replaceable>url</replaceable> <arg choice='opt'><replaceable>name</replaceable></arg></arg>
-      <arg choice='plain'><option>--remove</option> <replaceable>url</replaceable></arg>
+      <arg choice='plain'><option>--remove</option> <replaceable>name</replaceable></arg>
       <arg choice='plain'><option>--list</option></arg>
       <arg choice='plain'><option>--update</option> <arg rep='repeat'><replaceable>names</replaceable></arg></arg>
       <arg choice='plain'><option>--rollback</option> <arg choice='opt'><replaceable>generation</replaceable></arg></arg>