mirror of the now-defunct rocklinux.org
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.

38 lines
1.5 KiB

  1. diff -ruN lphdisk-0.9.1/lphdisk.c lphdisk-0.9.1-new/lphdisk.c
  2. --- lphdisk-0.9.1/lphdisk.c 2002-02-12 12:04:27.000000000 +0100
  3. +++ lphdisk-0.9.1-new/lphdisk.c 2004-07-27 17:36:39.772379624 +0200
  4. @@ -719,20 +719,20 @@
  5. {0,0,0,0}};
  6. const char usage_string[] = "\
  7. -Usage: %1$s [options] [device]
  8. -Prepare a hibernation partition for APM suspend-to-disk.
  9. -
  10. -options:
  11. - -h, --help Display brief usage and option information (this screen)
  12. - -p, --probeonly Only calculate and display required size, do not format
  13. - -q, --quiet Turn off informational messages, useful for scripts
  14. - -d, --debug Turn on (verbose) debugging messages
  15. - -n, --nowrite Do not actually write to the disk
  16. - -f, --force **DANGEROUS** Format without regard to potential problems
  17. -
  18. -'device' should be a raw disk device (not a partition). The default device
  19. -is /dev/hda.
  20. -
  21. +Usage: %1$s [options] [device]\n\
  22. +Prepare a hibernation partition for APM suspend-to-disk.\n\
  23. +\n\
  24. +options:\n\
  25. + -h, --help Display brief usage and option information (this screen)\n\
  26. + -p, --probeonly Only calculate and display required size, do not format\n\
  27. + -q, --quiet Turn off informational messages, useful for scripts\n\
  28. + -d, --debug Turn on (verbose) debugging messages\n\
  29. + -n, --nowrite Do not actually write to the disk\n\
  30. + -f, --force **DANGEROUS** Format without regard to potential problems\n\
  31. +\n\
  32. +'device' should be a raw disk device (not a partition). The default device\n\
  33. +is /dev/hda.\n\
  34. +\n\
  35. (%2$s)\n\n";
  36. void print_usage (void) {