mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 22:39:38 +00:00
Supported options information in add example.
This commit is contained in:
parent
62020aa8f9
commit
e8fa14d3a3
@ -67,7 +67,7 @@ int main (int argc, char** argv)
|
|||||||
struct print_payload payload = {0};
|
struct print_payload payload = {0};
|
||||||
|
|
||||||
if (argc < 2) {
|
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;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user