lix/doc/manual/command-ref
jakobrs c5a488afc0 Remove the --delete option for --gc
Running `nix-store --gc --delete` will, as of Nix 2.3.3, simply fail
because the --delete option conflicts with the --delete operation.

  $ nix-store --gc --delete
  error: only one operation may be specified
  Try 'nix-store --help' for more information.

Furthermore, it has been broken since at least Nix 0.16 (which was
released sometime in 2010), which means that any scripts which depend
on it should have been broken at least nine years ago. This commit
simply formally removes the option. There should be no actual difference
in behaviour as far as the user is concerned: it errors with the exact
same error message. The manual has been edited to remove any references
to the (now gone) --delete option.

Other information:
* Path for Nix 0.16 used:
  /nix/store/rp3sgmskn0p0pj1ia2qwd5al6f6pinz4-nix-0.16
2020-03-19 19:41:23 +01:00
..
command-ref.xml Restructuring the Nix manual 2014-08-27 18:41:09 +02:00
conf-file.xml Fix typos in the Nix Manual. 2019-10-08 14:02:40 -04:00
env-common.xml docs: correct default location of log directory 2019-11-04 16:23:03 -05:00
files.xml Restructuring the Nix manual 2014-08-27 18:41:09 +02:00
main-commands.xml Restructuring the Nix manual 2014-08-27 18:41:09 +02:00
nix-build.xml Typo 2019-11-26 20:33:46 +01:00
nix-channel.xml Add link to official channels in nix-channel command ref 2020-01-09 14:20:08 -08:00
nix-collect-garbage.xml nix-collect-garbage: little doc fix 2018-04-30 09:36:46 -07:00
nix-copy-closure.xml Don't look for a "pv" program, or mention it in the manual source 2019-01-07 16:40:19 -05:00
nix-daemon.xml Fix references to version.txt 2014-09-16 14:57:45 +02:00
nix-env.xml display attr-path only when queried available 2020-03-14 00:36:26 +08:00
nix-hash.xml Escape left angle brackets in XML documentation 2017-12-09 15:31:03 +00:00
nix-instantiate.xml Clarify nix-instantiate --read-write-mode 2018-12-14 09:36:40 +01:00
nix-prefetch-url.xml Fix typos in the Nix Manual. 2019-10-08 14:02:40 -04:00
nix-shell.xml manual: nix-shell: Elaborate on using -p with expressions. 2019-11-10 17:29:13 +01:00
nix-store.xml Remove the --delete option for --gc 2020-03-19 19:41:23 +01:00
opt-common-syn.xml doc: Adds --quiet to the common options. 2018-04-20 16:34:06 -04:00
opt-common.xml manual: nix-shell: Elaborate on using -p with expressions. 2019-11-10 17:29:13 +01:00
opt-inst-syn.xml Restructuring the Nix manual 2014-08-27 18:41:09 +02:00
utilities.xml Nuke nix-push. 2016-08-10 11:13:11 -04:00