# # patch "commands.cc" # from [b871a3624e35e6cdec2762e2b1695d9cf0e28cc9] # to [48d30d4a94c85c3495de55cc06f7bdbb6347337b] # --- commands.cc +++ commands.cc @@ -3171,7 +3171,7 @@ // cout << "change set '" << name << "'\n" << dat << endl; // } -CMD(update, "working copy", "\nREVISION", "update working copy to be based off another revision", +CMD(update, "working copy", "[REVISION]", "update working copy to be based off another revision", % OPT_BRANCH_NAME) { manifest_map m_old, m_ancestor, m_working, m_chosen; @@ -3546,7 +3546,7 @@ } } -CMD(refresh_inodeprints, "tree", "", "refresh the inodeprint cache") +CMD(refresh_inodeprints, "tree", "", "refresh the inodeprint cache",) { enable_inodeprints(); maybe_update_inodeprints(app);