Commit Diff


commit - fa5821e5868e0ff1eb544315ddde788b89770e8b
commit + dc8c179157a920c5222aa6e241e57f27014aea03
blob - b0658bdccc660cc673ad11784f437adf7b2dbf3b
blob + ddd46f7118bbf35840a9b1630c384efa7015dea1
--- kamiftp/ftp.c
+++ kamiftp/ftp.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021 Omar Polo <op@omarpolo.com>
+ * Copyright (c) 2021, 2022 Omar Polo <op@omarpolo.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -143,8 +143,8 @@ tty_resized(int signo)
 static void __dead
 usage(int ret)
 {
-	fprintf(stderr, "usage: %s [-c] host[:port] [path]\n",
-	    getprogname());
+	fprintf(stderr, "usage: %s [-c] [-C cert] [-K key] "
+	    "host[:port] [path]\n", getprogname());
 	fprintf(stderr, "kamid suite version " KAMID_VERSION "\n");
 	exit(ret);
 }