We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a67c52 commit 6e83445Copy full SHA for 6e83445
dpxcli.c
@@ -51,6 +51,7 @@ int main(int argc, char *argv[]) {
51
{"destination", required_argument, NULL, 'd'},
52
{"id", required_argument, NULL, 'i'},
53
{"offset", required_argument, NULL, 'o'},
54
+ {"amount", required_argument, NULL, 'a'},
55
{NULL, 0, NULL, 0}
56
};
57
0 commit comments