commit 335cfaecaa61dab5171f9bdada6b5c1e934e73ac from: Omar Polo date: Wed Sep 15 09:34:36 2021 UTC mention -C in usage() commit - f2d29984508f30a77d5ebe754593e5fe3f6076f4 commit + 335cfaecaa61dab5171f9bdada6b5c1e934e73ac blob - baf14a1a8dd8bbe8b1b9ff36a544b826d524ea30 blob + b9cac84fe6d595fbaccb3e39a957c810966c6916 --- telescope.c +++ telescope.c @@ -1046,7 +1046,7 @@ ui_send_fs(int type, uint32_t peerid, const void *data static void __attribute__((noreturn)) usage(int r) { - fprintf(stderr, "USAGE: %s [-hnSv] [-c config] [url]\n", + fprintf(stderr, "USAGE: %s [-ChnSv] [-c config] [url]\n", getprogname()); fprintf(stderr, "version: " PACKAGE " " VERSION "\n"); exit(r);