chiark / gitweb /
Docs: Move "edits" subcommand property before the !... arg options
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 27 Oct 2020 17:22:46 +0000 (17:22 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 27 Oct 2020 17:23:28 +0000 (17:23 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README.md

index 8e68db5df7e6e1894e56f2537f17d531f462e20c..6aed60ba0f7e7afdb42bafb0c9ff8d969874d8fd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -356,9 +356,9 @@ Options
 
     * `lock_update`: cargo will want to update `Cargo.lock`.  (The `-u` and `-U` options override this.)
     * `online`: this subcommand makes no sense to run offline.  (The `-o` and `-O` options, and the configuration, can override this.)
+    * `edits`: The purpose of this subcommand is to edit the source tree.  Enables `--edit-sources` mode.
     * `!target`: cargo would reject `--target=<arch>`; in this case nailing-cargo's `-T` option is ineffective.
     * `!target-dir`: cargo would reject `--target-dir`, so don't pass it.  (Usually we pass `--target-dir=target` when we pass `--manifest-path`, since cargo's default is `target` in the same directory as `Cargo.toml`.)
-    * `edits`: The purpose of this subcommand is to edit the source tree.  Enables `--edit-sources` mode.
 
     There are also some properties which should not be needed, but are
     provided for completeness.  Do not use these to solve the problem