提交 327af5b9 编写于 作者: E Elly Jones

cargo: flesh out usage

上级 8b7a41f2
......@@ -541,6 +541,10 @@ fn cmd_sync(c: cargo, argv: [str]) {
fn cmd_usage() {
print("Usage: cargo <verb> [args...]");
print(" install [source/]package-name Install by name");
print(" install uuid:[source/]package-uuid Install by uuid");
print(" sync Sync all sources");
print(" usage This");
}
fn main(argv: [str]) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册