Skip to content

Commit 6e83445

Browse files
committed
Fixed amount param
1 parent 0a67c52 commit 6e83445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpxcli.c

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ int main(int argc, char *argv[]) {
5151
{"destination", required_argument, NULL, 'd'},
5252
{"id", required_argument, NULL, 'i'},
5353
{"offset", required_argument, NULL, 'o'},
54+
{"amount", required_argument, NULL, 'a'},
5455
{NULL, 0, NULL, 0}
5556
};
5657

0 commit comments

Comments
 (0)