chiark / gitweb /
README: document trouble with tricky packages, and submodules
[nailing-cargo.git] / nailing-cargo
index 9724783b2f8460d85caae8a66e5e3f602be5e7db..c9ee071e3f578305207da6ba4440408434ff54cf 100755 (executable)
@@ -108,14 +108,14 @@ our $linkfarm_depth;
 #
 our %subcmd_props = (
 # build (default)  =>[qw(                                                )],
-'generate-lockfile'=>[qw( lock-update !target          !target-dir       )],
- update            =>[qw( lock-update !target online                     )],
  fetch             =>[qw(                     online   !target-dir       )],
  fmt               =>[qw( !locked     !target !offline !target-dir edits )],
+'generate-lockfile'=>[qw( lock-update !target          !target-dir       )],
  init              =>[qw(                                        creates )],
  metadata          =>[qw(                              !target-dir       )],
  miri              =>[qw( !locked             !offline  linkfarm-shallow )],
  publish           =>[qw(                     !offline  linkfarm-gitclean )],
+ update            =>[qw( lock-update !target online                     )],
  upgrades          =>[qw( !locked                      !target-dir       )],
                    );