You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB

  1. Index: horst-5.1/conf_options.c
  2. ===================================================================
  3. --- horst-5.1.orig/conf_options.c
  4. +++ horst-5.1/conf_options.c
  5. @@ -519,7 +519,7 @@ void config_parse_file_and_cmdline(int a
  6. conf_filename = optarg;
  7. break;
  8. case 'v':
  9. - printf("%s (build date: %s %s)\n", VERSION, __DATE__, __TIME__);
  10. + printf("%s\n", VERSION);
  11. exit(0);
  12. case 'h':
  13. case '?':
  14. Index: horst-5.1/display-help.c
  15. ===================================================================
  16. --- horst-5.1.orig/display-help.c
  17. +++ horst-5.1/display-help.c
  18. @@ -36,7 +36,7 @@ void update_help_win(WINDOW *win)
  19. print_centered(win, 2, COLS, "HORST - Horsts OLSR Radio Scanning Tool (or)");
  20. print_centered(win, 3, COLS, "HORST - Highly Optimized Radio Scanning Tool");
  21. - print_centered(win, 5, COLS, "Version " VERSION " (build date " __DATE__ " " __TIME__ ")");
  22. + print_centered(win, 5, COLS, "Version " VERSION);
  23. print_centered(win, 6, COLS, "(C) 2005-2016 Bruno Randolf, Licensed under the GPLv2");
  24. mvwprintw(win, 8, 2, "Known IEEE802.11 Packet Types:");