Commit e8fa14d3 by Krzysztof Adamski Committed by Russell Belfer

Supported options information in add example.

parent 62020aa8
......@@ -67,7 +67,7 @@ int main (int argc, char** argv)
struct print_payload payload = {0};
if (argc < 2) {
fprintf(stderr, "usage: add file-spec [file-spec] [...]\n");
fprintf(stderr, "usage: add [-n|--dry-run] [-v|--verbose] file-spec [file-spec] [...]\n");
return 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment